[][src]Struct CCODE::_OUTLINETEXTMETRICA

#[repr(C)]pub struct _OUTLINETEXTMETRICA {
    pub otmSize: UINT,
    pub otmTextMetrics: TEXTMETRICA,
    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: UINTotmTextMetrics: TEXTMETRICAotmFiller: BYTEotmPanoseNumber: PANOSEotmfsSelection: UINTotmfsType: UINTotmsCharSlopeRise: c_intotmsCharSlopeRun: c_intotmItalicAngle: c_intotmEMSquare: UINTotmAscent: c_intotmDescent: c_intotmLineGap: UINTotmsCapEmHeight: UINTotmsXHeight: UINTotmrcFontBox: RECTotmMacAscent: c_intotmMacDescent: c_intotmMacLineGap: UINTotmusMinimumPPEM: UINTotmptSubscriptSize: POINTotmptSubscriptOffset: POINTotmptSuperscriptSize: POINTotmptSuperscriptOffset: POINTotmsStrikeoutSize: UINTotmsStrikeoutPosition: c_intotmsUnderscoreSize: c_intotmsUnderscorePosition: c_intotmpFamilyName: PSTRotmpFaceName: PSTRotmpStyleName: PSTRotmpFullName: PSTR

Trait Implementations

impl Clone for _OUTLINETEXTMETRICA[src]

impl Copy for _OUTLINETEXTMETRICA[src]

impl Debug for _OUTLINETEXTMETRICA[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.