Struct winapi::wingdi::PANOSE [] [src]

pub struct PANOSE {
    pub bFamilyType: BYTE,
    pub bSerifStyle: BYTE,
    pub bWeight: BYTE,
    pub bProportion: BYTE,
    pub bContrast: BYTE,
    pub bStrokeVariation: BYTE,
    pub bArmStyle: BYTE,
    pub bLetterform: BYTE,
    pub bMidline: BYTE,
    pub bXHeight: BYTE,
}

Fields

bFamilyType: BYTE bSerifStyle: BYTE bWeight: BYTE bProportion: BYTE bContrast: BYTE bStrokeVariation: BYTE bArmStyle: BYTE bLetterform: BYTE bMidline: BYTE bXHeight: BYTE

Trait Implementations

impl Debug for PANOSE
[src]

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

Formats the value using the given formatter.

impl Copy for PANOSE
[src]

impl Clone for PANOSE
[src]

fn clone(&self) -> PANOSE

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