pub fn standard_encoding_name(code: u8) -> Option<&'static str>Expand description
Adobe StandardEncoding glyph name for code (ISO 32000-1 Annex D.2
“StandardEncoding” column; equivalently Adobe Type 1 Font Format
Appendix C). None for exactly the codes standard leaves unassigned
(see the self-verifying standard_encoding_name_matches_standard_table
test below, which ties this table to that one so an authoring mistake
here fails a test rather than silently mis-encoding a glyph).