public class PCLTTFPCLTFontTable extends PCLTTFTable
reader
Constructor | Description |
---|---|
PCLTTFPCLTFontTable(FontFileReader in) |
Modifier and Type | Method | 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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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-2016 The Apache Software Foundation. All Rights Reserved.