Package org.robovm.apple.coretext
Enum CTFontUIFontType
- All Implemented Interfaces:
Serializable,Comparable<CTFontUIFontType>,ValuedEnum
public enum CTFontUIFontType extends Enum<CTFontUIFontType> implements ValuedEnum
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.robovm.rt.bro.ValuedEnum
ValuedEnum.AsLongMarshaler, ValuedEnum.AsMachineSizedSIntMarshaler, ValuedEnum.AsMachineSizedUIntMarshaler, ValuedEnum.AsSignedByteMarshaler, ValuedEnum.AsSignedIntMarshaler, ValuedEnum.AsSignedShortMarshaler, ValuedEnum.AsUnsignedByteMarshaler, ValuedEnum.AsUnsignedIntMarshaler, ValuedEnum.AsUnsignedShortMarshaler -
Enum Constant Summary
Enum Constants Enum Constant Description AlertHeaderFontTypeDeprecated.Deprecated in iOS 9.0.ApplicationFontTypeDeprecated.Deprecated in iOS 9.0.ControlContentFontTypeDeprecated.Deprecated in iOS 9.0.EmphasizedSystemDetailFontTypeDeprecated.Deprecated in iOS 9.0.EmphasizedSystemFontTypeDeprecated.Deprecated in iOS 9.0.LabelFontTypeDeprecated.Deprecated in iOS 9.0.MenuItemCmdKeyFontTypeDeprecated.Deprecated in iOS 9.0.MenuItemFontTypeDeprecated.Deprecated in iOS 9.0.MenuItemMarkFontTypeDeprecated.Deprecated in iOS 9.0.MenuTitleFontTypeDeprecated.Deprecated in iOS 9.0.MessageFontTypeDeprecated.Deprecated in iOS 9.0.MiniEmphasizedSystemFontTypeDeprecated.Deprecated in iOS 9.0.MiniSystemFontTypeDeprecated.Deprecated in iOS 9.0.NoFontTypeDeprecated.Deprecated in iOS 9.0.PaletteFontTypeDeprecated.Deprecated in iOS 9.0.PushButtonFontTypeDeprecated.Deprecated in iOS 9.0.SmallEmphasizedSystemFontTypeDeprecated.Deprecated in iOS 9.0.SmallSystemFontTypeDeprecated.Deprecated in iOS 9.0.SmallToolbarFontTypeDeprecated.Deprecated in iOS 9.0.SystemDetailFontTypeDeprecated.Deprecated in iOS 9.0.SystemFontTypeDeprecated.Deprecated in iOS 9.0.ToolbarFontTypeDeprecated.Deprecated in iOS 9.0.ToolTipFontTypeDeprecated.Deprecated in iOS 9.0.UIFontAlertHeaderUIFontApplicationUIFontControlContentUIFontEmphasizedSystemUIFontEmphasizedSystemDetailUIFontLabelUIFontMenuItemUIFontMenuItemCmdKeyUIFontMenuItemMarkUIFontMenuTitleUIFontMessageUIFontMiniEmphasizedSystemUIFontMiniSystemUIFontNoneUIFontPaletteUIFontPushButtonUIFontSmallEmphasizedSystemUIFontSmallSystemUIFontSmallToolbarUIFontSystemUIFontSystemDetailUIFontToolbarUIFontToolTipUIFontUserUIFontUserFixedPitchUIFontUtilityWindowTitleUIFontViewsUIFontWindowTitleUserFixedPitchFontTypeDeprecated.Deprecated in iOS 9.0.UserFontTypeDeprecated.Deprecated in iOS 9.0.UtilityWindowTitleFontTypeDeprecated.Deprecated in iOS 9.0.ViewsFontTypeDeprecated.Deprecated in iOS 9.0.WindowTitleFontTypeDeprecated.Deprecated in iOS 9.0. -
Method Summary
Modifier and Type Method Description longvalue()static CTFontUIFontTypevalueOf(long n)Returns the enum constant of this type with the specified name.static CTFontUIFontTypevalueOf(String name)Returns the enum constant of this type with the specified name.static CTFontUIFontType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
UIFontNone
-
UIFontUser
-
UIFontUserFixedPitch
-
UIFontSystem
-
UIFontEmphasizedSystem
-
UIFontSmallSystem
-
UIFontSmallEmphasizedSystem
-
UIFontMiniSystem
-
UIFontMiniEmphasizedSystem
-
UIFontViews
-
UIFontApplication
-
UIFontLabel
-
UIFontMenuTitle
-
UIFontMenuItem
-
UIFontMenuItemMark
-
UIFontMenuItemCmdKey
-
UIFontWindowTitle
-
UIFontPushButton
-
UIFontUtilityWindowTitle
-
UIFontAlertHeader
-
UIFontSystemDetail
-
UIFontEmphasizedSystemDetail
-
UIFontToolbar
-
UIFontSmallToolbar
-
UIFontMessage
-
UIFontPalette
-
UIFontToolTip
-
UIFontControlContent
-
NoFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
UserFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
UserFixedPitchFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
SystemFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
EmphasizedSystemFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
SmallSystemFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
SmallEmphasizedSystemFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
MiniSystemFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
MiniEmphasizedSystemFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
ViewsFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
ApplicationFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
LabelFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
MenuTitleFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
MenuItemFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
MenuItemMarkFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
MenuItemCmdKeyFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
WindowTitleFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
PushButtonFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
UtilityWindowTitleFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
AlertHeaderFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
SystemDetailFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
EmphasizedSystemDetailFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
ToolbarFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
SmallToolbarFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
MessageFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
PaletteFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
ToolTipFontType
Deprecated.Deprecated in iOS 9.0. Deprecated -
ControlContentFontType
Deprecated.Deprecated in iOS 9.0. Deprecated
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
value
public long value()- Specified by:
valuein interfaceValuedEnum
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
n- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-