pub(crate) fn agl_glyph_name(ch: char) -> Option<&'static str>Expand description
Returns the PostScript glyph name for ch if it is one of the
non-WinAnsi glyphs known to live in every Core 14 Latin AFM
(Latin Extended-A, common Latin Extended-B, math operators, spacing
diacritics, fi/fl ligatures). Returns None for WinAnsi
natives (use winansi_byte for those) and for codepoints with no
glyph in any Core 14 font (Cyrillic, CJK, emoji, …).