Class GlyfCompound.GlyfComponent

java.lang.Object
org.openpdf.renderer.font.ttf.GlyfCompound.GlyfComponent
Enclosing class:
GlyfCompound

static class GlyfCompound.GlyfComponent extends Object
The record for a single component of this compound glyph
  • Field Details

    • flags

      short flags
      flags
    • glyphIndex

      int 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 Details

    • GlyfComponent

      GlyfComponent()