diff options
Diffstat (limited to 'cocoa/PlatCocoa.mm')
-rw-r--r-- | cocoa/PlatCocoa.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm index 1e81fb6e1..dba386750 100644 --- a/cocoa/PlatCocoa.mm +++ b/cocoa/PlatCocoa.mm @@ -165,7 +165,7 @@ void Font::Create(const char *faceName, int characterSet, int size, bool bold, b // Create the font with attributes QuartzFont font(faceName, strlen(faceName), size, bold, italic); CTFontRef fontRef = font.getFontID(); - style->setFontRef(fontRef); + style->setFontRef(fontRef, characterSet); } //-------------------------------------------------------------------------------------------------- |