public class PCLTTFPCLTFontTable extends PCLTTFTable
reader
Constructor and Description |
---|
PCLTTFPCLTFontTable(FontFileReader in) |
Modifier and Type | Method and Description |
---|---|
int |
getCapHeight() |
java.lang.String |
getCharacterComplement() |
java.lang.String |
getFilename() |
long |
getFontNumber() |
int |
getPitch() |
int |
getSerifStyle() |
int |
getStrokeWeight() |
int |
getStyle() |
int |
getSymbolSet() |
java.lang.String |
getTypeface() |
int |
getTypeFamily() |
long |
getVersion() |
int |
getWidthType() |
int |
getXHeight() |
skipByte, skipLong, skipShort
public PCLTTFPCLTFontTable(FontFileReader in) throws java.io.IOException
java.io.IOException
public long getVersion()
public long getFontNumber()
public int getPitch()
public int getXHeight()
public int getStyle()
public int getTypeFamily()
public int getCapHeight()
public int getSymbolSet()
public java.lang.String getTypeface()
public java.lang.String getCharacterComplement()
public java.lang.String getFilename()
public int getStrokeWeight()
public int getWidthType()
public int getSerifStyle()
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.