Struct winapi::wingdi::OUTLINETEXTMETRICW  
                   
                       [−]
                   
               [src]
pub struct OUTLINETEXTMETRICW {
    pub otmSize: UINT,
    pub otmTextMetrics: TEXTMETRICW,
    pub otmFiller: BYTE,
    pub otmPanoseNumber: PANOSE,
    pub otmfsSelection: UINT,
    pub otmfsType: UINT,
    pub otmsCharSlopeRise: c_int,
    pub otmsCharSlopeRun: c_int,
    pub otmItalicAngle: c_int,
    pub otmEMSquare: UINT,
    pub otmAscent: c_int,
    pub otmDescent: c_int,
    pub otmLineGap: UINT,
    pub otmsCapEmHeight: UINT,
    pub otmsXHeight: UINT,
    pub otmrcFontBox: RECT,
    pub otmMacAscent: c_int,
    pub otmMacDescent: c_int,
    pub otmMacLineGap: UINT,
    pub otmusMinimumPPEM: UINT,
    pub otmptSubscriptSize: POINT,
    pub otmptSubscriptOffset: POINT,
    pub otmptSuperscriptSize: POINT,
    pub otmptSuperscriptOffset: POINT,
    pub otmsStrikeoutSize: UINT,
    pub otmsStrikeoutPosition: c_int,
    pub otmsUnderscoreSize: c_int,
    pub otmsUnderscorePosition: c_int,
    pub otmpFamilyName: PSTR,
    pub otmpFaceName: PSTR,
    pub otmpStyleName: PSTR,
    pub otmpFullName: PSTR,
}Fields
| otmSize | |
| otmTextMetrics | |
| otmFiller | |
| otmPanoseNumber | |
| otmfsSelection | |
| otmfsType | |
| otmsCharSlopeRise | |
| otmsCharSlopeRun | |
| otmItalicAngle | |
| otmEMSquare | |
| otmAscent | |
| otmDescent | |
| otmLineGap | |
| otmsCapEmHeight | |
| otmsXHeight | |
| otmrcFontBox | |
| otmMacAscent | |
| otmMacDescent | |
| otmMacLineGap | |
| otmusMinimumPPEM | |
| otmptSubscriptSize | |
| otmptSubscriptOffset | |
| otmptSuperscriptSize | |
| otmptSuperscriptOffset | |
| otmsStrikeoutSize | |
| otmsStrikeoutPosition | |
| otmsUnderscoreSize | |
| otmsUnderscorePosition | |
| otmpFamilyName | |
| otmpFaceName | |
| otmpStyleName | |
| otmpFullName | 
Trait Implementations
impl Copy for OUTLINETEXTMETRICW[src]
impl Clone for OUTLINETEXTMETRICW[src]
fn clone(&self) -> OUTLINETEXTMETRICW
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