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
|
|
@ -148,6 +148,7 @@ namespace juce
|
|||
#include "fonts/juce_TextLayout.h"
|
||||
#include "contexts/juce_LowLevelGraphicsContext.h"
|
||||
#include "images/juce_ScaledImage.h"
|
||||
#include "detail/juce_FontRendering.h"
|
||||
#include "native/juce_RenderingHelpers.h"
|
||||
#include "contexts/juce_LowLevelGraphicsSoftwareRenderer.h"
|
||||
#include "effects/juce_ImageEffectFilter.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue