Class NSGlyphProperty


  • public final class NSGlyphProperty
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long ControlCharacter
      control character such as tab, attachment, etc that has special behavior associated with
      static long Elastic
      glyphs with elastic glyph width behavior such as white spaces
      static long NonBaseCharacter
      glyphs with combining properties. typically characters in Unicode Mn class.
      static long Null
      null glyph ignored for layout and display
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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