mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix font sizing with the software and OpenGL renderers when ascent override is used
This commit is contained in:
parent
39ff0f91f4
commit
b72343cf8c
44 changed files with 158 additions and 3 deletions
|
|
@ -1428,6 +1428,7 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_graphics/contexts/juce_LowLevelGraphicsContext.h"
|
||||
"../../../../../modules/juce_graphics/contexts/juce_LowLevelGraphicsSoftwareRenderer.cpp"
|
||||
"../../../../../modules/juce_graphics/contexts/juce_LowLevelGraphicsSoftwareRenderer.h"
|
||||
"../../../../../modules/juce_graphics/detail/juce_FontRendering.h"
|
||||
"../../../../../modules/juce_graphics/detail/juce_JustifiedText.cpp"
|
||||
"../../../../../modules/juce_graphics/detail/juce_JustifiedText.h"
|
||||
"../../../../../modules/juce_graphics/detail/juce_Ranges.cpp"
|
||||
|
|
@ -3915,6 +3916,7 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_graphics/contexts/juce_LowLevelGraphicsContext.h"
|
||||
"../../../../../modules/juce_graphics/contexts/juce_LowLevelGraphicsSoftwareRenderer.cpp"
|
||||
"../../../../../modules/juce_graphics/contexts/juce_LowLevelGraphicsSoftwareRenderer.h"
|
||||
"../../../../../modules/juce_graphics/detail/juce_FontRendering.h"
|
||||
"../../../../../modules/juce_graphics/detail/juce_JustifiedText.cpp"
|
||||
"../../../../../modules/juce_graphics/detail/juce_JustifiedText.h"
|
||||
"../../../../../modules/juce_graphics/detail/juce_Ranges.cpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue