Uses of Class
com.lowagie.text.pdf.TrueTypeFontUnicode
-
Packages that use TrueTypeFontUnicode Package Description com.lowagie.text.pdf -
-
Uses of TrueTypeFontUnicode in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as TrueTypeFontUnicode Modifier and Type Field Description (package private) TrueTypeFontUnicode
FontDetails. ttu
The font if it's an instance ofTrueTypeFontUnicode
Methods in com.lowagie.text.pdf with parameters of type TrueTypeFontUnicode Modifier and Type Method Description private static java.io.InputStream
TTFCache. getStreamFromFont(TrueTypeFontUnicode ttu)
static org.apache.fop.fonts.truetype.TTFFile
TTFCache. getTTFFile(java.lang.String fileName, TrueTypeFontUnicode ttu)
private static org.apache.fop.fonts.truetype.TTFFile
TTFCache. loadTTF(org.apache.fop.fonts.apps.TTFReader app, java.lang.String fileName, TrueTypeFontUnicode ttu)
-