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 | |
| bSerifStyle | |
| bWeight | |
| bProportion | |
| bContrast | |
| bStrokeVariation | |
| bArmStyle | |
| bLetterform | |
| bMidline | |
| bXHeight | 
Trait Implementations
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