[ 
https://issues.apache.org/jira/browse/PDFBOX-2360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

simon steiner updated PDFBOX-2360:
----------------------------------
    Description: 
Add back methods or provide a equivalent to pdfbox so it easier to upgrade to 
PDFBox 2
PDFont
public int getFirstChar()
public int getLastChar()
public Encoding getFontEncoding()
public CMap getToUnicodeCMap()

PDCIDFont
public long getDefaultWidth()

Encoding
public String getCharacter(int code) throws IOException

CFFFont
public Object getProperty(String name)
public Map<String, byte[]> getCharStringsDict()
public List<Entry> getEntries()


  was:
Add back helper methods to PDFont so it easier to upgrade to PDFBox 2
PDFont
public int getFirstChar()
public int getLastChar()
public Encoding getFontEncoding()
public CMap getToUnicodeCMap()

PDCIDFont
public long getDefaultWidth()

Encoding
public String getCharacter(int code) throws IOException

CFFFont
public Object getProperty(String name)
public Map<String, byte[]> getCharStringsDict()



> PDFont had methods removed
> --------------------------
>
>                 Key: PDFBOX-2360
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2360
>             Project: PDFBox
>          Issue Type: Bug
>          Components: PDModel
>    Affects Versions: 2.0.0
>            Reporter: simon steiner
>
> Add back methods or provide a equivalent to pdfbox so it easier to upgrade to 
> PDFBox 2
> PDFont
> public int getFirstChar()
> public int getLastChar()
> public Encoding getFontEncoding()
> public CMap getToUnicodeCMap()
> PDCIDFont
> public long getDefaultWidth()
> Encoding
> public String getCharacter(int code) throws IOException
> CFFFont
> public Object getProperty(String name)
> public Map<String, byte[]> getCharStringsDict()
> public List<Entry> getEntries()



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to