API  1.0.0
CPFontManager.j File Reference

Go to the source code of this file.

Variables

 CPAddTraitFontAction = 2
 
 CPBoldFontMask = 1 << 1
 
 CPCompressedFontMask = 1 << 9
 
 CPCondensedFontMask = 1 << 6
 
 CPExpandedFontMask = 1 << 5
 
 CPFixedPitchFontMask = 1 << 10
 
var CPFontManagerFactory = nil
 
var CPFontPanelFactory = nil
 
 CPHeavierFontAction = 5
 
global CPApp CPItalicFontMask = 1 << 0
 
 CPLighterFontAction = 6
 
 CPNarrowFontMask = 1 << 4
 
 CPNoFontChangeAction = 0
 
 CPNonStandardCharacterSetFontMask = 1 << 3
 
 CPPosterFontMask = 1 << 8
 
 CPRemoveTraitFontAction = 7
 
var CPSharedFontManager = nil
 
 CPSizeDownFontAction = 4
 
 CPSizeUpFontAction = 3
 
 CPSmallCapsFontMask = 1 << 7
 
 CPUnboldFontMask = 1 << 2
 
 CPUnitalicFontMask = 1 << 24
 
 CPViaPanelFontAction = 1
 

Variable Documentation

◆ CPAddTraitFontAction

CPAddTraitFontAction = 2

Definition at line 50 of file CPFontManager.j.

◆ CPBoldFontMask

CPBoldFontMask = 1 << 1

Definition at line 28 of file CPFontManager.j.

◆ CPCompressedFontMask

CPCompressedFontMask = 1 << 9

Definition at line 36 of file CPFontManager.j.

◆ CPCondensedFontMask

CPCondensedFontMask = 1 << 6

Definition at line 33 of file CPFontManager.j.

◆ CPExpandedFontMask

CPExpandedFontMask = 1 << 5

Definition at line 32 of file CPFontManager.j.

◆ CPFixedPitchFontMask

CPFixedPitchFontMask = 1 << 10

Definition at line 37 of file CPFontManager.j.

◆ CPFontManagerFactory

var CPFontManagerFactory = nil

Definition at line 42 of file CPFontManager.j.

◆ CPFontPanelFactory

var CPFontPanelFactory = nil

Definition at line 43 of file CPFontManager.j.

◆ CPHeavierFontAction

CPHeavierFontAction = 5

Definition at line 53 of file CPFontManager.j.

◆ CPItalicFontMask

global CPApp CPItalicFontMask = 1 << 0

Definition at line 27 of file CPFontManager.j.

◆ CPLighterFontAction

CPLighterFontAction = 6

Definition at line 54 of file CPFontManager.j.

◆ CPNarrowFontMask

CPNarrowFontMask = 1 << 4

Definition at line 31 of file CPFontManager.j.

◆ CPNoFontChangeAction

CPNoFontChangeAction = 0

Definition at line 48 of file CPFontManager.j.

◆ CPNonStandardCharacterSetFontMask

CPNonStandardCharacterSetFontMask = 1 << 3

Definition at line 30 of file CPFontManager.j.

◆ CPPosterFontMask

CPPosterFontMask = 1 << 8

Definition at line 35 of file CPFontManager.j.

◆ CPRemoveTraitFontAction

CPRemoveTraitFontAction = 7

Definition at line 55 of file CPFontManager.j.

◆ CPSharedFontManager

var CPSharedFontManager = nil

Definition at line 41 of file CPFontManager.j.

◆ CPSizeDownFontAction

CPSizeDownFontAction = 4

Definition at line 52 of file CPFontManager.j.

◆ CPSizeUpFontAction

CPSizeUpFontAction = 3

Definition at line 51 of file CPFontManager.j.

◆ CPSmallCapsFontMask

CPSmallCapsFontMask = 1 << 7

Definition at line 34 of file CPFontManager.j.

◆ CPUnboldFontMask

CPUnboldFontMask = 1 << 2

Definition at line 29 of file CPFontManager.j.

◆ CPUnitalicFontMask

CPUnitalicFontMask = 1 << 24

Definition at line 38 of file CPFontManager.j.

◆ CPViaPanelFontAction

CPViaPanelFontAction = 1

Definition at line 49 of file CPFontManager.j.