You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "simon steiner (JIRA)" <ji...@apache.org> on 2015/11/13 15:43:11 UTC

[jira] [Updated] (PDFBOX-3106) Allow access to font data

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

simon steiner updated PDFBOX-3106:
----------------------------------
    Description: 
In CFFFont we used to have:
public Map<String, byte[]> getCharStringsDict()
now we have:
List<byte[]> getCharStringBytes()

We used to be able to create our own new MaximumProfileTable() but this is not public anymore.

Can it be public also.

  was:
In CFFFont we used to have:
public Map<String, byte[]> getCharStringsDict()
now we have:
List<byte[]> getCharStringBytes()

Can it be public also.


> Allow access to font data
> -------------------------
>
>                 Key: PDFBOX-3106
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3106
>             Project: PDFBox
>          Issue Type: Bug
>          Components: FontBox
>    Affects Versions: 2.0.0
>            Reporter: simon steiner
>
> In CFFFont we used to have:
> public Map<String, byte[]> getCharStringsDict()
> now we have:
> List<byte[]> getCharStringBytes()
> We used to be able to create our own new MaximumProfileTable() but this is not public anymore.
> Can it be public also.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org