mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-08 23:24:19 +00:00
DrawableText: 0-initialise fontHeight and fontHScale variables
This commit is contained in:
parent
1b0911dda6
commit
195795047e
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ public:
|
|||
private:
|
||||
//==============================================================================
|
||||
Parallelogram<float> bounds;
|
||||
float fontHeight, fontHScale;
|
||||
float fontHeight{}, fontHScale{};
|
||||
Font font { withDefaultMetrics (FontOptions{}) }, scaledFont { withDefaultMetrics (FontOptions{}) };
|
||||
String text;
|
||||
bool preserveWhitespace = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue