Package org.docx4j.fonts.fop.fonts.cff
Class CFFDataReader.FontDict
java.lang.Object
org.docx4j.fonts.fop.fonts.cff.CFFDataReader.CFFSubTable
org.docx4j.fonts.fop.fonts.cff.CFFDataReader.FontDict
- Enclosing class:
- CFFDataReader
public class CFFDataReader.FontDict extends CFFDataReader.CFFSubTable
-
Constructor Summary
Constructors Constructor Description FontDict() -
Method Summary
Modifier and Type Method Description java.lang.StringgetFontName()CFFDataReader.CFFIndexDatagetLocalSubrData()byte[]getPrivateDictData()voidsetFontName(java.lang.String groupName)voidsetLocalSubrData(CFFDataReader.CFFIndexData localSubrData)voidsetPrivateDictData(int position, int length)Methods inherited from class org.docx4j.fonts.fop.fonts.cff.CFFDataReader.CFFSubTable
getByteData, setByteDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FontDict
public FontDict()
-
-
Method Details
-
setFontName
public void setFontName(java.lang.String groupName) -
getFontName
public java.lang.String getFontName() -
setPrivateDictData
public void setPrivateDictData(int position, int length) -
getPrivateDictData
public byte[] getPrivateDictData() throws java.io.IOException- Throws:
java.io.IOException
-
setLocalSubrData
-
getLocalSubrData
-