Package apple.uikit.enums
Class NSGlyphProperty
- java.lang.Object
-
- apple.uikit.enums.NSGlyphProperty
-
public final class NSGlyphProperty extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longControlCharactercontrol character such as tab, attachment, etc that has special behavior associated withstatic longElasticglyphs with elastic glyph width behavior such as white spacesstatic longNonBaseCharacterglyphs with combining properties. typically characters in Unicode Mn class.static longNullnull glyph ignored for layout and display
-
-
-
Field Detail
-
Null
public static final long Null
null glyph ignored for layout and display- See Also:
- Constant Field Values
-
ControlCharacter
public static final long ControlCharacter
control character such as tab, attachment, etc that has special behavior associated with- See Also:
- Constant Field Values
-
Elastic
public static final long Elastic
glyphs with elastic glyph width behavior such as white spaces- See Also:
- Constant Field Values
-
NonBaseCharacter
public static final long NonBaseCharacter
glyphs with combining properties. typically characters in Unicode Mn class.- See Also:
- Constant Field Values
-
-