Class CmapTable

java.lang.Object
org.apache.fontbox.ttf.TTFTable
org.apache.fontbox.ttf.CmapTable

public class CmapTable extends TTFTable
The "cmap" table of a true type font.
Author:
Ben Litchfield
  • Field Details

  • Method Details

    • getCmaps

      public CmapSubtable[] getCmaps()
      Returns:
      Returns the cmaps.
    • setCmaps

      public void setCmaps(CmapSubtable[] cmapsValue)
      Parameters:
      cmapsValue - The cmaps to set.
    • getSubtable

      public CmapSubtable getSubtable(int platformId, int platformEncodingId)
      Returns the subtable, if any, for the given platform and encoding.