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: UINT
gmBlackBoxY: UINT
gmptGlyphOrigin: POINT
gmCellIncX: c_short
gmCellIncY: c_short
Trait Implementations
Returns the “default value” for a type. Read more