Uses of Class
org.foray.font.format.ttf.TTFTableHMTX

Packages that use TTFTableHMTX
org.foray.font.format.ttf Classes handling the parsing and content of TrueType fonts. 
 

Uses of TTFTableHMTX in org.foray.font.format.ttf
 

Methods in org.foray.font.format.ttf that return TTFTableHMTX
 TTFTableHMTX TrueTypeFont.getHmtxTable()
          Returns the "hmtx" table.
static TTFTableHMTX TTFTableHMTX.parse(TTFOffsetTableRecord dirEntry, RandomAccessInput raInput, int numberOfGlyphs, int numberOfHMetrics)
          Read "hmtx" table and put the horizontal metrics in the metrics array.
 

Methods in org.foray.font.format.ttf with parameters of type TTFTableHMTX
static TTFTableLOCA TTFTableLOCA.parse(TTFOffsetTableRecord dirEntry, RandomAccessInput raInput, boolean isLongFormat, int numberOfGlyphs, TTFTableHMTX hmtx)
          Reads the "loca" table.
static TTFTableGLYF TTFTableGLYF.parse(TTFOffsetTableRecord dirEntry, RandomAccessInput raInput, int numberOfGlyphs, TTFTableHMTX hmtx)
          Reads the "glyf" table to find the bounding boxes.
 



Copyright © 2017. All rights reserved.