- . FONTCONFIG_FILE FONTCONFIG_PATH, fonts.conf , /etc/fonts. @runtime.
, FontConfig. AppDelegate.
, :
NSString *bundlePath = [[NSBundle mainBundle] resourcePath];
NSString *fontconfigFile= [bundlePath stringByAppendingString:
[NSString stringWithFormat:@"/fonts/fonts.conf"]];
NSString *fontconfigPath= [bundlePath stringByAppendingString:
[NSString stringWithFormat:@"/fonts"]];
setenv("FONTCONFIG_FILE", [fontconfigFile UTF8String], 0);
setenv("FONTCONFIG_PATH", [fontconfigPath UTF8String], 0);
fonts.conf. FC/fonts FC/cache fonts.conf .
:
<dir>/usr/share/fonts</dir>
<dir>/usr/X11R6/lib/X11/fonts</dir>
<dir>~/.fonts</dir>
<dir>FC/fonts</dir>
:
<cachedir>/opt/local/fc1407cd/var/cache/fontconfig</cachedir>
<cachedir>~/.fontconfig</cachedir>
<cachedir>FC/cache</cachedir>
.