This commit is contained in:
Pietro Gagliardi 2017-05-27 18:19:08 -04:00
parent a17985b4cd
commit 57873bae72
1 changed files with 1 additions and 1 deletions

View File

@ -2,9 +2,9 @@
#import "uipriv_darwin.h"
// functions and constants FROM THE FUTURE!
// note: for constants, dlsym() returns the address of the constant itself, as if we had done &constantName
// TODO add weight constants here?
// TOOD explain why the constants need to be pointers themselves
// added in OS X 10.10; we need 10.8
CFStringRef *FUTURE_kCTFontOpenTypeFeatureTag = NULL;