Package org.apache.fontbox.ttf
Class DigitalSignatureTable
- java.lang.Object
-
- org.apache.fontbox.ttf.TTFTable
-
- org.apache.fontbox.ttf.DigitalSignatureTable
-
public class DigitalSignatureTable extends TTFTable
A table in a true type font.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TAG
Tag to identify this table.-
Fields inherited from class org.apache.fontbox.ttf.TTFTable
font, initialized
-
-
Constructor Summary
Constructors Constructor Description DigitalSignatureTable(TrueTypeFont font)
-
Method Summary
-
Methods inherited from class org.apache.fontbox.ttf.TTFTable
getCheckSum, getInitialized, getLength, getOffset, getTag, read, setCheckSum, setLength, setOffset, setTag
-
-
-
-
Field Detail
-
TAG
public static final java.lang.String TAG
Tag to identify this table.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DigitalSignatureTable
DigitalSignatureTable(TrueTypeFont font)
-
-