Go to the source code of this file.
| CPFontCurrentSystemSize = -1 |
To create a font of a size that will dynamically reflect the current system font size, use this for the size argument.
Definition at line 32 of file CPFont.j.
| CPFontDefaultSystemFontFace = @"Arial, sans-serif" |
| CPFontDefaultSystemFontSize = 12 |
| var CPFontIsBoldKey = @"@"CPFontIsBoldKey" |
| var CPFontIsItalicKey = @"@"CPFontIsItalicKey" |
| var CPFontIsSystemKey = @"@"CPFontIsSystemKey" |
| var CPFontNameKey = @"@"CPFontNameKey" |
| var CPFontSizeKey = @"@"CPFontSizeKey" |