Convert osgText and freetype plugin across to keeping the font size as state that
is passed into the getGlyph and getKerning methods rather than a current state of the font itself.
This commit is contained in:
@@ -239,7 +239,7 @@ protected:
|
||||
|
||||
|
||||
// members which have public access.
|
||||
FontSizePair _fontSize;
|
||||
FontResolution _fontSize;
|
||||
float _characterHeight;
|
||||
float _characterAspectRatio;
|
||||
CharacterSizeMode _characterSizeMode;
|
||||
|
||||
Reference in New Issue
Block a user