mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-09 12:17:13 +00:00
- System fonts now track the currently configured system font at runtime. - You can specify CPFontCurrentSystemSize as a system font size to track the currently configured system font size at runtime. - Theme fonts and nib2cib now determine face and size at runtime, there is no need to recompile if the system font is changed in Info.plist. - All hard-coded references to 12.0 as a system font size have been replaced by the current system font size.
11 lines
318 B
Plaintext
11 lines
318 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>Main cib file base name</key>
|
|
<string>MainMenu.cib</string>
|
|
<key>CPBundleName</key>
|
|
<string>FontEnhancementTest</string>
|
|
</dict>
|
|
</plist>
|