Enum postscript::compact::compound::Charset [] [src]

pub enum Charset {
    ISOAdobe,
    Expert,
    ExpertSubset,
    Format1(Charset1),
}

A charset.

Variants

ISOAdobeExpertExpertSubsetFormat1(Charset1)

Methods

impl Charset
[src]

fn get(&self, gid: GlyphID) -> Option<&'static str>

Return the name of a glyph.

Trait Implementations

impl PartialEq for Charset
[src]

fn eq(&self, __arg_0: &Charset) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &Charset) -> bool

This method tests for !=.

impl Eq for Charset
[src]

impl Debug for Charset
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Charset
[src]

fn clone(&self) -> Charset

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl ValueExt<usize> for Charset
[src]

fn read<T: Tape>(tape: &mut T, glyphs: usize) -> Result<Self>

Read a value.