Update iOS system font path (remove 'Cache' from path)
This commit is contained in:
@@ -169,7 +169,7 @@ namespace lime {
|
||||
|
||||
#elif defined (IPHONEOS)
|
||||
|
||||
return "/System/Library/Fonts/Cache";
|
||||
return "/System/Library/Fonts";
|
||||
|
||||
#elif defined (ANDROID)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user