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

pub enum Operator {
    Version,
    Notice,
    FullName,
    FamilyName,
    Weight,
    FontBBox,
    BlueValues,
    OtherBlues,
    FamilyBlues,
    FamilyOtherBlues,
    StdHW,
    StdVW,
    UniqueID,
    XUID,
    Charset,
    Encoding,
    Charstrings,
    Private,
    Subrs,
    DefaultWidthX,
    NominalWidthX,
    Copyright,
    IsFixedPitch,
    ItalicAngle,
    UnderlinePosition,
    UnderlineThickness,
    PaintType,
    CharstringType,
    FontMatrix,
    StrokeWidth,
    BlueScale,
    BlueShift,
    BlueFuzz,
    StemSnapH,
    StemSnapV,
    ForceBold,
    LanguageGroup,
    ExpansionFactor,
    InitialRandomSeed,
    SyntheticBase,
    PostScript,
    BaseFontName,
    BaseFontBlend,
    ROS,
    CIDFontVersion,
    CIDFontRevision,
    CIDFontType,
    CIDCount,
    UIDBase,
    FDArray,
    FDSelect,
    FontName,
}

An operator.

Variants

VersionNoticeFullNameFamilyNameWeightFontBBoxBlueValuesOtherBluesFamilyBluesFamilyOtherBluesStdHWStdVWUniqueIDXUIDCharsetEncodingCharstringsPrivateSubrsDefaultWidthXNominalWidthXCopyrightIsFixedPitchItalicAngleUnderlinePositionUnderlineThicknessPaintTypeCharstringTypeFontMatrixStrokeWidthBlueScaleBlueShiftBlueFuzzStemSnapHStemSnapVForceBoldLanguageGroupExpansionFactorInitialRandomSeedSyntheticBasePostScriptBaseFontNameBaseFontBlendROSCIDFontVersionCIDFontRevisionCIDFontTypeCIDCountUIDBaseFDArrayFDSelectFontName

Methods

impl Operator
[src]

fn default(&self) -> Option<&'static [Number]>

Return the default arguments.

Trait Implementations

impl PartialEq for Operator
[src]

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

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Hash for Operator
[src]

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

Feeds this value into the state given, updating the hasher as necessary.

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0

Feeds a slice of this type into the state provided.

impl Eq for Operator
[src]

impl Debug for Operator
[src]

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

Formats the value using the given formatter.

impl Copy for Operator
[src]

impl Clone for Operator
[src]

fn clone(&self) -> Operator

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