Class Glyph

java.lang.Object
com.itextpdf.text.pdf.Glyph

public class Glyph extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final String
    The Unicode text represented by this Glyph
    final int
    The code or id by which this is represented in the Font File
    final int
    The normalized width of this Glyph.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Glyph(int code, int width, String chars)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • code

      public final int code
      The code or id by which this is represented in the Font File
    • width

      public final int width
      The normalized width of this Glyph.
    • chars

      public final String chars
      The Unicode text represented by this Glyph
  • Constructor Details

    • Glyph

      public Glyph(int code, int width, String chars)
  • Method Details