> On 8 Apr 2015, at 11:22, Maruan Sahyoun <[email protected]> wrote: > > >> Am 08.04.2015 um 20:05 schrieb Tilman Hausherr <[email protected]>: >> >> Am 08.04.2015 um 19:59 schrieb Eric Douglas: >>> Where are you getting the Arial Unicode MS? >> >> C:\windows\fonts\ARIALUNI.TTF >> > > we might be able to find a suitable font to be distributed with PDFBox such > as Noto [1] which is ASL licensed (at least that's what they state) and they > have a symbol font [2]. Would need to check the mappings.
Yes, but first we should check if a suitable font ships with Windows, as other PDF viewers on the system are likely to be using it already. We don’t want PDFBox to unnecessarily be using a non-platform font. The glyph list for ZapfDingbats can be found here: https://github.com/apache/pdfbox/blob/trunk/pdfbox/src/main/resources/org/apache/pdfbox/resources/glyphlist/zapfdingbats.txt <https://github.com/apache/pdfbox/blob/trunk/pdfbox/src/main/resources/org/apache/pdfbox/resources/glyphlist/zapfdingbats.txt> The format of the entires is: a100;275E Which corresponds to a glyph named “a100” with Unicode code point U+275E. — John > [1] http://www.google.com/get/noto/#/family/noto-sans > [2] http://www.google.com/get/noto/#/family/noto-sans-zsym > >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >

