Home
last modified time | relevance | path

Searched refs:addKerningPair (Results 1 – 6 of 6) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/fonts/
H A Djuce_CustomTypeface.cpp43 void addKerningPair (juce_wchar subsequentCharacter, float extraKerningAmount) noexcept in addKerningPair() function in juce::CustomTypeface::GlyphInfo
143 addKerningPair (char1, char2, in.readFloat()); in CustomTypeface()
190 void CustomTypeface::addKerningPair (juce_wchar char1, juce_wchar char2, float extraAmount) noexcept in addKerningPair() function in juce::CustomTypeface
195 g->addKerningPair (char2, extraAmount); in addKerningPair()
252 addKerningPair (c, char2, offsets[1] - glyphWidth); in addGlyphsFromOtherTypeface()
H A Djuce_CustomTypeface.h112 void addKerningPair (juce_wchar char1, juce_wchar char2, float extraAmount) noexcept;
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/fonts/
H A Djuce_CustomTypeface.cpp43 void addKerningPair (juce_wchar subsequentCharacter, float extraKerningAmount) noexcept in addKerningPair() function in juce::CustomTypeface::GlyphInfo
143 addKerningPair (char1, char2, in.readFloat()); in CustomTypeface()
190 void CustomTypeface::addKerningPair (juce_wchar char1, juce_wchar char2, float extraAmount) noexcept in addKerningPair() function in juce::CustomTypeface
195 g->addKerningPair (char2, extraAmount); in addKerningPair()
252 addKerningPair (c, char2, offsets[1] - glyphWidth); in addGlyphsFromOtherTypeface()
H A Djuce_CustomTypeface.h112 void addKerningPair (juce_wchar char1, juce_wchar char2, float extraAmount) noexcept;
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/native/
H A Djuce_freetype_Fonts.cpp444addKerningPair ((juce_wchar) character, (juce_wchar) rightCharCode, (float) kerning.x / height); in addKerning()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/native/
H A Djuce_freetype_Fonts.cpp444addKerningPair ((juce_wchar) character, (juce_wchar) rightCharCode, (float) kerning.x / height); in addKerning()