Class GlyfCompound.GlyfComponent

java.lang.Object
com.sun.pdfview.font.ttf.GlyfCompound.GlyfComponent
Enclosing class:
GlyfCompound

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

    Fields
    Modifier and Type
    Field
    Description
    (package private) float
    affine transform of this component
    (package private) float
     
    (package private) float
     
    (package private) int
     
    (package private) int
    the points to match
    (package private) float
     
    (package private) float
     
    (package private) float
     
    (package private) short
    flags
    (package private) short
    the index of the component glyf
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

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

    • GlyfComponent

      GlyfComponent()