[
https://issues.apache.org/jira/browse/PDFBOX-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John Hewson updated PDFBOX-64:
------------------------------
Component/s: (was: PDModel)
Writing
> draw a glyph with the glyphname
> -------------------------------
>
> Key: PDFBOX-64
> URL: https://issues.apache.org/jira/browse/PDFBOX-64
> Project: PDFBox
> Issue Type: New Feature
> Components: Writing
>
> [imported from SourceForge]
> http://sourceforge.net/tracker/index.php?group_id=78314&atid=552835&aid=1227057
> Originally submitted by mgn on 2005-06-24 07:53.
> It is possible to extend the PDPageContentStream, so
> that is is possible, to draw a glyph with his name
> (e.g, from the afm-file).
> e.g.
> contentStream.beginText();
> contentStream.setFont(font, 12);
> contentStream.moveTextPositionByAmount(100, 700);
> contentStream.drawGlyph("three");
> contentStream.endText();
> contentStream.close();
> -> 3
> or GylyphNotFoundException()
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)