You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "John Hewson (JIRA)" <ji...@apache.org> on 2014/10/11 00:45:33 UTC

[jira] [Closed] (PDFBOX-64) draw a glyph with the glyphname

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

John Hewson closed PDFBOX-64.
-----------------------------
    Resolution: Won't Fix

It's possible, but we'd need to see more recent demand for this feature.

> 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.3.4#6332)