mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Prior to this commit the returned values were always normalised to the value returned by getHeightInPoints(). I.e. getAscentInPoints() + getDescentInPoints() would always equal getHeightInPoints(), even if ascent or descent overrides were in place. With this change in place getAscentInPoints() + getDescentInPoints() will always equal getHeightInPoints() * (getAscentOverride() + getDescentOverride()) JUCE classes don't use this value for layout logic, so this commit causes no visible changes in how JUCE draws text. |
||
|---|---|---|
| .. | ||
| harfbuzz | ||
| juce_AttributedString.cpp | ||
| juce_AttributedString.h | ||
| juce_Font.cpp | ||
| juce_Font.h | ||
| juce_FontOptions.cpp | ||
| juce_FontOptions.h | ||
| juce_FunctionPointerDestructor.h | ||
| juce_GlyphArrangement.cpp | ||
| juce_GlyphArrangement.h | ||
| juce_GlyphArrangementOptions.cpp | ||
| juce_GlyphArrangementOptions.h | ||
| juce_LruCache.h | ||
| juce_TextLayout.cpp | ||
| juce_TextLayout.h | ||
| juce_Typeface.cpp | ||
| juce_Typeface.h | ||
| juce_TypefaceFileCache.h | ||
| juce_TypefaceTestData.cpp | ||