diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-06-18 01:48:51 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-06-18 04:26:35 +0200 |
commit | a80d2a760121a1b02606d9f5f703c286aa3ba971 (patch) | |
tree | 5507ae40de19992709ab9a11e6aabc394267c454 /vcl | |
parent | 984dadaf69a945c8f5e0680bca4b5830b9ebc094 (diff) |
Remove pointless TODO note
kCTFontDisplayNameAttribute is something like Foo Regular and Foo Bold,
we certainly don’t want that.
Change-Id: Ia24a2abfcbb28883b2c3d05f66070583ddb862c9
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/coretext/ctfonts.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/coretext/ctfonts.cxx b/vcl/coretext/ctfonts.cxx index 81feaad4ed3e..5658276dff88 100644 --- a/vcl/coretext/ctfonts.cxx +++ b/vcl/coretext/ctfonts.cxx @@ -318,7 +318,6 @@ ImplDevFontAttributes DevFontFromCTFontDescriptor( CTFontDescriptorRef pFD, bool rDFA.mbSubsettable = true; // get font name - // TODO: use kCTFontDisplayNameAttribute instead??? CFStringRef pFamilyName = (CFStringRef)CTFontDescriptorCopyAttribute( pFD, kCTFontFamilyNameAttribute ); rDFA.SetFamilyName( GetOUString( pFamilyName ) ); // get font style |