public class CFFFontROS extends CFFFont
CFFFont.Mapping| Constructor and Description |
|---|
CFFFontROS() |
| Modifier and Type | Method and Description |
|---|---|
CIDKeyedFDSelect |
getFdSelect()
Returns the fdSelect value.
|
List<Map<String,Object>> |
getFontDict()
Returns the font dictionaries.
|
String |
getOrdering()
Returns the ordering value.
|
List<Map<String,Object>> |
getPrivDict()
Returns the private dictionary.
|
String |
getRegistry()
Returns the registry value.
|
int |
getSupplement()
Returns the supplement value.
|
int |
getWidth(int CID)
Returns the Width value of the given Glyph identifier
|
void |
setFdSelect(CIDKeyedFDSelect fdSelect)
Sets the fdSelect value.
|
void |
setFontDict(List<Map<String,Object>> fontDict)
Sets the font dictionaries.
|
void |
setOrdering(String ordering)
Sets the ordering value.
|
void |
setPrivDict(List<Map<String,Object>> privDict)
Sets the private dictionary.
|
void |
setRegistry(String registry)
Sets the registry value.
|
void |
setSupplement(int supplement)
Sets the supplement value.
|
addValueToPrivateDict, addValueToTopDict, createConverter, createRenderer, getCharset, getCharStringsDict, getEncoding, getGlobalSubrIndex, getLocalSubrIndex, getMappings, getName, getNotDefWidth, getPrivateDict, getProperty, getTopDict, setCharset, setEncoding, setGlobalSubrIndex, setLocalSubrIndex, setName, toStringpublic String getRegistry()
public void setRegistry(String registry)
registry - the registry to setpublic String getOrdering()
public void setOrdering(String ordering)
ordering - the ordering to setpublic int getSupplement()
public void setSupplement(int supplement)
supplement - the supplement to setpublic List<Map<String,Object>> getFontDict()
public void setFontDict(List<Map<String,Object>> fontDict)
fontDict - the fontDict to setpublic List<Map<String,Object>> getPrivDict()
public void setPrivDict(List<Map<String,Object>> privDict)
privDict - the privDict to setpublic CIDKeyedFDSelect getFdSelect()
public void setFdSelect(CIDKeyedFDSelect fdSelect)
fdSelect - the fdSelect to setpublic int getWidth(int CID)
throws IOException
getWidth in class CFFFontCID - IOExceptionCopyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.