|
fop 2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fop.fonts.truetype.OpenFont
org.apache.fop.fonts.truetype.TTFFile
public class TTFFile
Reads a TrueType file or a TrueType Collection. The TrueType spec can be found at the Microsoft. Typography site: http://www.microsoft.com/truetype/
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.fop.fonts.truetype.OpenFont |
|---|
OpenFont.PostScriptVersion |
| Field Summary |
|---|
| Fields inherited from class org.apache.fop.fonts.truetype.OpenFont |
|---|
advancedTableReader, cid, dirTabs, familyNames, fontFile, fullName, lastLoca, locaFormat, log, mtxTab, nhmtx, notice, numberOfGlyphs, postScriptName, subFamilyName, TRACE_ENABLED, unicodeMappings, useAdvanced, useKerning |
| Constructor Summary | |
|---|---|
TTFFile()
|
|
TTFFile(boolean useKerning,
boolean useAdvanced)
Constructor |
|
| Method Summary | |
|---|---|
protected void |
initializeFont(FontFileReader in)
|
protected void |
readIndexToLocation()
Read the "loca" table. |
protected void |
readName()
Read the "name" table. |
protected void |
updateBBoxAndOffset()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TTFFile()
public TTFFile(boolean useKerning,
boolean useAdvanced)
useKerning - true if kerning data should be loadeduseAdvanced - true if advanced typographic tables should be loaded| Method Detail |
|---|
protected void readName()
throws java.io.IOException
readName in class OpenFontjava.io.IOException - In case of a I/O problem
protected void updateBBoxAndOffset()
throws java.io.IOException
updateBBoxAndOffset in class OpenFontjava.io.IOException
protected final void readIndexToLocation()
throws java.io.IOException
java.io.IOException - In case of a I/O problem
protected void initializeFont(FontFileReader in)
throws java.io.IOException
initializeFont in class OpenFontjava.io.IOException
|
fop 2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||