API  1.0.0
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

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

CPFontDefaultSystemFontFace = @"Arial, sans-serif"

Definition at line 25 of file CPFont.j.

◆ CPFontDefaultSystemFontSize

CPFontDefaultSystemFontSize = 12

Definition at line 26 of file CPFont.j.

◆ CPFontIsBoldKey

var CPFontIsBoldKey = @"@"CPFontIsBoldKey"

Definition at line 471 of file CPFont.j.

◆ CPFontIsItalicKey

var CPFontIsItalicKey = @"@"CPFontIsItalicKey"

Definition at line 472 of file CPFont.j.

◆ CPFontIsSystemKey

var CPFontIsSystemKey = @"@"CPFontIsSystemKey"

Definition at line 473 of file CPFont.j.

◆ CPFontNameKey

var CPFontNameKey = @"@"CPFontNameKey"

Definition at line 469 of file CPFont.j.

◆ CPFontSizeKey

var CPFontSizeKey = @"@"CPFontSizeKey"

Definition at line 470 of file CPFont.j.