Package apple.coretext.enums
Class CTFontUIFontType
- java.lang.Object
-
- apple.coretext.enums.CTFontUIFontType
-
public final class CTFontUIFontType extends java.lang.Object[@enum] UI Type constants These constants represent the specific user interface purpose to specify for font creation. Use these constants with CTFontCreateUIFontForLanguage to indicate the intended user interface usage of the font reference to be created.
-
-
Field Summary
-
-
-
Field Detail
-
UIFontNone
public static final int UIFontNone
- See Also:
- Constant Field Values
-
UIFontUser
public static final int UIFontUser
- See Also:
- Constant Field Values
-
UIFontUserFixedPitch
public static final int UIFontUserFixedPitch
- See Also:
- Constant Field Values
-
UIFontSystem
public static final int UIFontSystem
- See Also:
- Constant Field Values
-
UIFontEmphasizedSystem
public static final int UIFontEmphasizedSystem
- See Also:
- Constant Field Values
-
UIFontSmallSystem
public static final int UIFontSmallSystem
- See Also:
- Constant Field Values
-
UIFontSmallEmphasizedSystem
public static final int UIFontSmallEmphasizedSystem
- See Also:
- Constant Field Values
-
UIFontMiniSystem
public static final int UIFontMiniSystem
- See Also:
- Constant Field Values
-
UIFontMiniEmphasizedSystem
public static final int UIFontMiniEmphasizedSystem
- See Also:
- Constant Field Values
-
UIFontViews
public static final int UIFontViews
- See Also:
- Constant Field Values
-
UIFontApplication
public static final int UIFontApplication
- See Also:
- Constant Field Values
-
UIFontLabel
public static final int UIFontLabel
- See Also:
- Constant Field Values
-
UIFontMenuTitle
public static final int UIFontMenuTitle
- See Also:
- Constant Field Values
-
UIFontMenuItem
public static final int UIFontMenuItem
- See Also:
- Constant Field Values
-
UIFontMenuItemMark
public static final int UIFontMenuItemMark
- See Also:
- Constant Field Values
-
UIFontMenuItemCmdKey
public static final int UIFontMenuItemCmdKey
- See Also:
- Constant Field Values
-
UIFontWindowTitle
public static final int UIFontWindowTitle
- See Also:
- Constant Field Values
-
UIFontPushButton
public static final int UIFontPushButton
- See Also:
- Constant Field Values
-
UIFontUtilityWindowTitle
public static final int UIFontUtilityWindowTitle
- See Also:
- Constant Field Values
-
UIFontAlertHeader
public static final int UIFontAlertHeader
- See Also:
- Constant Field Values
-
UIFontSystemDetail
public static final int UIFontSystemDetail
- See Also:
- Constant Field Values
-
UIFontEmphasizedSystemDetail
public static final int UIFontEmphasizedSystemDetail
- See Also:
- Constant Field Values
-
UIFontToolbar
public static final int UIFontToolbar
- See Also:
- Constant Field Values
-
UIFontSmallToolbar
public static final int UIFontSmallToolbar
- See Also:
- Constant Field Values
-
UIFontMessage
public static final int UIFontMessage
- See Also:
- Constant Field Values
-
UIFontPalette
public static final int UIFontPalette
- See Also:
- Constant Field Values
-
UIFontToolTip
public static final int UIFontToolTip
- See Also:
- Constant Field Values
-
UIFontControlContent
public static final int UIFontControlContent
- See Also:
- Constant Field Values
-
NoFontType
public static final int NoFontType
- See Also:
- Constant Field Values
-
UserFontType
public static final int UserFontType
- See Also:
- Constant Field Values
-
UserFixedPitchFontType
public static final int UserFixedPitchFontType
- See Also:
- Constant Field Values
-
SystemFontType
public static final int SystemFontType
- See Also:
- Constant Field Values
-
EmphasizedSystemFontType
public static final int EmphasizedSystemFontType
- See Also:
- Constant Field Values
-
SmallSystemFontType
public static final int SmallSystemFontType
- See Also:
- Constant Field Values
-
SmallEmphasizedSystemFontType
public static final int SmallEmphasizedSystemFontType
- See Also:
- Constant Field Values
-
MiniSystemFontType
public static final int MiniSystemFontType
- See Also:
- Constant Field Values
-
MiniEmphasizedSystemFontType
public static final int MiniEmphasizedSystemFontType
- See Also:
- Constant Field Values
-
ViewsFontType
public static final int ViewsFontType
- See Also:
- Constant Field Values
-
ApplicationFontType
public static final int ApplicationFontType
- See Also:
- Constant Field Values
-
LabelFontType
public static final int LabelFontType
- See Also:
- Constant Field Values
-
MenuTitleFontType
public static final int MenuTitleFontType
- See Also:
- Constant Field Values
-
MenuItemFontType
public static final int MenuItemFontType
- See Also:
- Constant Field Values
-
MenuItemMarkFontType
public static final int MenuItemMarkFontType
- See Also:
- Constant Field Values
-
MenuItemCmdKeyFontType
public static final int MenuItemCmdKeyFontType
- See Also:
- Constant Field Values
-
WindowTitleFontType
public static final int WindowTitleFontType
- See Also:
- Constant Field Values
-
PushButtonFontType
public static final int PushButtonFontType
- See Also:
- Constant Field Values
-
UtilityWindowTitleFontType
public static final int UtilityWindowTitleFontType
- See Also:
- Constant Field Values
-
AlertHeaderFontType
public static final int AlertHeaderFontType
- See Also:
- Constant Field Values
-
SystemDetailFontType
public static final int SystemDetailFontType
- See Also:
- Constant Field Values
-
EmphasizedSystemDetailFontType
public static final int EmphasizedSystemDetailFontType
- See Also:
- Constant Field Values
-
ToolbarFontType
public static final int ToolbarFontType
- See Also:
- Constant Field Values
-
SmallToolbarFontType
public static final int SmallToolbarFontType
- See Also:
- Constant Field Values
-
MessageFontType
public static final int MessageFontType
- See Also:
- Constant Field Values
-
PaletteFontType
public static final int PaletteFontType
- See Also:
- Constant Field Values
-
ToolTipFontType
public static final int ToolTipFontType
- See Also:
- Constant Field Values
-
ControlContentFontType
public static final int ControlContentFontType
- See Also:
- Constant Field Values
-
-