diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/coretext/salcoretextfontutils.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/coretext/salcoretextfontutils.cxx b/vcl/coretext/salcoretextfontutils.cxx index 0c1342f5cecf..eef05c30059c 100644 --- a/vcl/coretext/salcoretextfontutils.cxx +++ b/vcl/coretext/salcoretextfontutils.cxx @@ -113,6 +113,7 @@ static bool GetDevFontAttributes( CTFontDescriptorRef font_descriptor, ImplDevFo break; case kCTFontSansSerifClass: rDFA.SetFamilyType( FAMILY_SWISS ); + break; case kCTFontOrnamentalsClass: rDFA.SetFamilyType( FAMILY_DECORATIVE ); break; |