Struct winapi::wingdi::TEXTMETRICW
[−]
[src]
pub struct TEXTMETRICW { pub tmHeight: LONG, pub tmAscent: LONG, pub tmDescent: LONG, pub tmInternalLeading: LONG, pub tmExternalLeading: LONG, pub tmAveCharWidth: LONG, pub tmMaxCharWidth: LONG, pub tmWeight: LONG, pub tmOverhang: LONG, pub tmDigitizedAspectX: LONG, pub tmDigitizedAspectY: LONG, pub tmFirstChar: WCHAR, pub tmLastChar: WCHAR, pub tmDefaultChar: WCHAR, pub tmBreakChar: WCHAR, pub tmItalic: BYTE, pub tmUnderlined: BYTE, pub tmStruckOut: BYTE, pub tmPitchAndFamily: BYTE, pub tmCharSet: BYTE, }
Fields
tmHeight | |
tmAscent | |
tmDescent | |
tmInternalLeading | |
tmExternalLeading | |
tmAveCharWidth | |
tmMaxCharWidth | |
tmWeight | |
tmOverhang | |
tmDigitizedAspectX | |
tmDigitizedAspectY | |
tmFirstChar | |
tmLastChar | |
tmDefaultChar | |
tmBreakChar | |
tmItalic | |
tmUnderlined | |
tmStruckOut | |
tmPitchAndFamily | |
tmCharSet |
Trait Implementations
impl Copy for TEXTMETRICW
[src]
impl Clone for TEXTMETRICW
[src]
fn clone(&self) -> TEXTMETRICW
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