|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Classes | |
| struct | KerningPair |
Public Member Functions | |
| GlyphInfo (juce_wchar c, const Path &p, float w) noexcept | |
| void | addKerningPair (juce_wchar subsequentCharacter, float extraKerningAmount) noexcept |
| float | getHorizontalSpacing (juce_wchar subsequentCharacter) const noexcept |
Public Attributes | |
| const juce_wchar | character |
| const Path | path |
| float | width |
| Array< KerningPair > | kerningPairs |
Definition at line 29 of file juce_CustomTypeface.cpp.
| struct juce::CustomTypeface::GlyphInfo::KerningPair |
Definition at line 37 of file juce_CustomTypeface.cpp.
| Class Members | ||
|---|---|---|
| juce_wchar | character2 | |
| float | kerningAmount | |
|
noexcept |
Definition at line 32 of file juce_CustomTypeface.cpp.
|
noexcept |
Definition at line 43 of file juce_CustomTypeface.cpp.
|
noexcept |
Definition at line 48 of file juce_CustomTypeface.cpp.
| const juce_wchar juce::CustomTypeface::GlyphInfo::character |
Definition at line 58 of file juce_CustomTypeface.cpp.
| Array<KerningPair> juce::CustomTypeface::GlyphInfo::kerningPairs |
Definition at line 61 of file juce_CustomTypeface.cpp.
Definition at line 59 of file juce_CustomTypeface.cpp.
| float juce::CustomTypeface::GlyphInfo::width |
Definition at line 60 of file juce_CustomTypeface.cpp.