Class

com.sysalto.render.util.fonts.parsers.otf

OS2

Related Doc: package otf

Permalink

class OS2 extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OS2
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OS2(f: SyncFileUtil, tables: Map[String, Long])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val achVendID: Tag

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. val fsSelection: Uint16

    Permalink
  10. val fsType: Uint16

    Permalink
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  17. val panose: IndexedSeq[Uint8]

    Permalink
  18. val sCapHeight: Int16

    Permalink
  19. val sFamilyClass: IndexedSeq[Uint8]

    Permalink
  20. val sTypoAscender: Int16

    Permalink
  21. val sTypoDescender: Int16

    Permalink
  22. val sTypoLineGap: Int16

    Permalink
  23. val sxHeight: Int16

    Permalink
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. val ulCodePageRange1: Uint32

    Permalink
  27. val ulCodePageRange2: Uint32

    Permalink
  28. val ulUnicodeRange1: Uint32

    Permalink
  29. val ulUnicodeRange2: Uint32

    Permalink
  30. val ulUnicodeRange3: Uint32

    Permalink
  31. val ulUnicodeRange4: Uint32

    Permalink
  32. val usBreakChar: Uint16

    Permalink
  33. val usDefaultChar: Uint16

    Permalink
  34. val usFirstCharIndex: Uint16

    Permalink
  35. val usLastCharIndex: Uint16

    Permalink
  36. val usLowerOpticalPointSize: Uint16

    Permalink
  37. val usMaxContext: Uint16

    Permalink
  38. val usUpperOpticalPointSize: Uint16

    Permalink
  39. val usWeightClass: Uint16

    Permalink
  40. val usWidthClass: Uint16

    Permalink
  41. val usWinAscent: Uint16

    Permalink
  42. val usWinDescent: Uint16

    Permalink
  43. val version: Uint16

    Permalink
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. val xAvgCharWidth: Int16

    Permalink
  48. val yStrikeoutPosition: Int16

    Permalink
  49. val yStrikeoutSize: Int16

    Permalink
  50. val ySubscriptXOffset: Int16

    Permalink
  51. val ySubscriptXSize: Int16

    Permalink
  52. val ySubscriptYOffset: Int16

    Permalink
  53. val ySubscriptYSize: Int16

    Permalink
  54. val ySuperscriptXOffset: Int16

    Permalink
  55. val ySuperscriptXSize: Int16

    Permalink
  56. val ySuperscriptYOffset: Int16

    Permalink
  57. val ySuperscriptYSize: Int16

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped