Package | Description |
---|---|
org.apache.fop.complexscripts.fonts | |
org.apache.fop.fonts.truetype |
Classes for TrueType fonts.
|
Constructor and Description |
---|
OTFAdvancedTypographicTableReader(TTFFile ttf,
FontFileReader in)
Construct an
OTFAdvancedTypographicTableReader instance. |
Modifier and Type | Field and Description |
---|---|
protected FontFileReader |
TTFFile.fontFile
The FontFileReader used to read this TrueType font.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
TTFFile.getTTCnames(FontFileReader in)
Return TTC font names
|
java.lang.String |
TTFDirTabEntry.read(FontFileReader in)
Read Dir Tab.
|
void |
TTFFile.readFont(FontFileReader in)
Reads the font using a FontFileReader.
|
boolean |
TTFFile.readFont(FontFileReader in,
java.lang.String name)
Read the font data.
|
void |
TTFSubSetFile.readFont(FontFileReader in,
java.lang.String name,
java.util.Map<java.lang.Integer,java.lang.Integer> glyphs)
Reads a font and creates a subset of the font.
|
void |
TTFFile.readFont(FontFileReader in,
java.lang.String name,
java.util.Map<java.lang.Integer,java.lang.Integer> glyphs)
Reads a font.
|
boolean |
TTFFile.seekTab(FontFileReader in,
TTFTableName tableName,
long offset)
Position inputstream to position indicated
in the dirtab offset + offset
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.