|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fontbox.cff.CFFFont
org.apache.fontbox.cff.CFFFontROS
public class CFFFontROS
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.fontbox.cff.CFFFont |
---|
CFFFont.Mapping |
Constructor Summary | |
---|---|
CFFFontROS()
|
Method Summary | |
---|---|
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 SID)
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. |
Methods inherited from class org.apache.fontbox.cff.CFFFont |
---|
addValueToPrivateDict, addValueToTopDict, createConverter, createRenderer, getCharset, getCharStringsDict, getEncoding, getGlobalSubrIndex, getLocalSubrIndex, getMappings, getName, getPrivateDict, getProperty, getTopDict, setCharset, setEncoding, setGlobalSubrIndex, setLocalSubrIndex, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CFFFontROS()
Method Detail |
---|
public 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 SID) throws IOException
getWidth
in class CFFFont
SID
-
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |