openshot-audio
0.1.6
|
Classes | |
struct | KerningPair |
Public Member Functions | |
GlyphInfo (const juce_wchar c, const Path &p, const float w) noexcept | |
void | addKerningPair (const juce_wchar subsequentCharacter, const float extraKerningAmount) noexcept |
float | getHorizontalSpacing (const juce_wchar subsequentCharacter) const noexcept |
Public Attributes | |
const juce_wchar | character |
const Path | path |
float | width |
Array< KerningPair > | kerningPairs |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
const juce_wchar juce::CustomTypeface::GlyphInfo::character |
Array<KerningPair> juce::CustomTypeface::GlyphInfo::kerningPairs |
float juce::CustomTypeface::GlyphInfo::width |