Class GlyfCompound.GlyfComponent

  • Enclosing class:
    GlyfCompound

    class GlyfCompound.GlyfComponent
    extends java.lang.Object
    The record for a single component of this compound glyph
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) float a
      affine transform of this component
      (package private) float b  
      (package private) float c  
      (package private) int componentPoint  
      (package private) int compoundPoint
      the points to match
      (package private) float d  
      (package private) float e  
      (package private) float f  
      (package private) short flags
      flags
      (package private) short glyphIndex
      the index of the component glyf
    • Constructor Summary

      Constructors 
      Constructor Description
      GlyfComponent()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • flags

        short flags
        flags
      • glyphIndex

        short glyphIndex
        the index of the component glyf
      • compoundPoint

        int compoundPoint
        the points to match
      • componentPoint

        int componentPoint
      • a

        float a
        affine transform of this component
      • b

        float b
      • c

        float c
      • d

        float d
      • e

        float e
      • f

        float f
    • Constructor Detail

      • GlyfComponent

        GlyfComponent()