Uses of Class org.apache.fop.fonts.truetype.FontFileReader

Uses in package org.apache.fop.fonts.truetype

Methods with parameter type org.apache.fop.fonts.truetype.FontFileReader

boolean
TTFFile.checkTTC(FontFileReader in, String name)
Check if this is a TrueType collection and that the given name exists in the collection.
void
Read the number of glyphs from the "maxp" table
void
Read Table Directory from the current position in the FontFileReader and fill the global HashMap dirTabs with the table name (String) as key and a TTFDirTabEntry as value.
void
Reads the font using a FontFileReader.
boolean
TTFFile.readFont(FontFileReader in, String name)
Read the font data.
byte[]
TTFSubSetFile.readFont(FontFileReader in, String name, Map glyphs)
Returns a subset of the original font.
void
Read the "head" table, this reads the bounding box and sets the upem (unitsPerEM) variable
void
Read the "hhea" table to find the ascender and descender and size of "hmtx" table, as a fixed size font might have only one width.
void
Read "hmtx" table and put the horizontal metrics in the mtxTab array.
void
Read the "loca" table.

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.