Struct winapi::um::wingdi::GLYPHMETRICS [−][src]
#[repr(C)]pub struct GLYPHMETRICS {
pub gmBlackBoxX: UINT,
pub gmBlackBoxY: UINT,
pub gmptGlyphOrigin: POINT,
pub gmCellIncX: c_short,
pub gmCellIncY: c_short,
}Fields
gmBlackBoxX: UINTgmBlackBoxY: UINTgmptGlyphOrigin: POINTgmCellIncX: c_shortgmCellIncY: c_shortTrait Implementations
Returns the “default value” for a type. Read more