Struct glifnames::ZapfDingbats

source ·
pub struct ZapfDingbats;
Expand description

ITC Zapf Dingbats Glyph List (2002)

-----------------------------------------------------------
Name:          ITC Zapf Dingbats Glyph List
Table version: 2.0
Date:          September 20, 2002
URL:           https://github.com/adobe-type-tools/agl-aglfn
 
Format: two semicolon-delimited fields:
  (1) glyph name--upper/lowercase letters and digits
  (2) Unicode scalar value--four uppercase hexadecimal digits
 

Trait Implementations§

Look up char, return glyph name if available.
Look up AsRef<str>, return glyph name if available.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Get a glyph name from a char
Look up a glyph name for the supplied glyph id, char code pair.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.