Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPFont.j File Reference

Go to the source code of this file.

Variables

 CPFontCurrentSystemSize = -1
 
 CPFontDefaultSystemFontFace = @"Arial, sans-serif"
 
 CPFontDefaultSystemFontSize = 12
 
var CPFontIsBoldKey = @"@"CPFontIsBoldKey"
 
var CPFontIsItalicKey = @"@"CPFontIsItalicKey"
 
var CPFontIsSystemKey = @"@"CPFontIsSystemKey"
 
var CPFontNameKey = @"@"CPFontNameKey"
 
var CPFontSizeKey = @"@"CPFontSizeKey"
 

Variable Documentation

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"

Definition at line 25 of file CPFont.j.

CPFontDefaultSystemFontSize = 12

Definition at line 26 of file CPFont.j.

var CPFontIsBoldKey = @"@"CPFontIsBoldKey"

Definition at line 471 of file CPFont.j.

var CPFontIsItalicKey = @"@"CPFontIsItalicKey"

Definition at line 472 of file CPFont.j.

var CPFontIsSystemKey = @"@"CPFontIsSystemKey"

Definition at line 473 of file CPFont.j.

var CPFontNameKey = @"@"CPFontNameKey"

Definition at line 469 of file CPFont.j.

var CPFontSizeKey = @"@"CPFontSizeKey"

Definition at line 470 of file CPFont.j.