1
0
Fork 0
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:
attila 2025-10-15 17:07:05 +02:00 committed by Attila Szarvas
parent 39ff0f91f4
commit b72343cf8c
44 changed files with 158 additions and 3 deletions

View file

@ -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"