Path: csiph.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!border2.nntp.ams1.giganews.com!nntp.giganews.com!buffer2.nntp.ams1.giganews.com!buffer1.nntp.ams1.giganews.com!nntp.brightview.co.uk!news.brightview.co.uk.POSTED!not-for-mail NNTP-Posting-Date: Fri, 09 Oct 2020 02:48:56 -0500 From: ken Newsgroups: comp.lang.postscript Subject: Re: Old-style numbers, from PostScript Date: Fri, 9 Oct 2020 08:48:56 +0100 Message-ID: References: <122f527e-f394-4f3e-be31-3bf845368ec4o@googlegroups.com> <2369e658-3599-4cd0-aa8c-4505d9359764n@googlegroups.com> <980c54c3-8027-4050-af0c-c358e9661db0n@googlegroups.com> Reply-To: ken@spamcop.net MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit User-Agent: MicroPlanet-Gravity/3.0.4 X-Antivirus: Avast (VPS 201009-0, 09/10/2020), Outbound message X-Antivirus-Status: Clean Lines: 17 X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-4wg/mY4mNOnSk3fGDkRoERlgSYtGaNHzDGrqtdvY20o6iq6hfFwOZXSUdXtcc7nEkPwLeQ3Pm0OnajR!CmViabPbQcompL6s44W5jHSUpSV0VzMdVgE9VX6eDG8P74Tk5ShXood9yXvT5e0gp7uX/XZgynaK!wi1n7zPQfeCLvaxslA== X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1815 Xref: csiph.com comp.lang.postscript:3599 In article <980c54c3-8027-4050-af0c-c358e9661db0n@googlegroups.com>, jdawiseman@gmail.com says... > > With further rummaging, I still cannot find a glyph name. Sigh. PostScript doesn't support TrueType fonts (directly), you can use Type42 fonts, which are TrueType outlines wrapped up with additional information. You could start with this Stack Overflow question: https://stackoverflow.com/questions/63743952/showing-glyphs-with- unicodes-higher-than-decimal-256 Ken