mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Refactored AttributedString so that every part of the string has a single font and colour associated with it, to avoid some problems caused by fonts being undefined.
This commit is contained in:
parent
63df487c86
commit
1a7caaa58f
6 changed files with 263 additions and 214 deletions
|
|
@ -91,9 +91,9 @@ class LowLevelGraphicsContext;
|
|||
#include "images/juce_ImageCache.h"
|
||||
#include "images/juce_ImageConvolutionKernel.h"
|
||||
#include "images/juce_ImageFileFormat.h"
|
||||
#include "fonts/juce_AttributedString.h"
|
||||
#include "fonts/juce_Typeface.h"
|
||||
#include "fonts/juce_Font.h"
|
||||
#include "fonts/juce_AttributedString.h"
|
||||
#include "fonts/juce_GlyphArrangement.h"
|
||||
#include "fonts/juce_TextLayout.h"
|
||||
#include "fonts/juce_CustomTypeface.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue