Struct winapi::usp10::SCRIPT_FONTPROPERTIES [] [src]

pub struct SCRIPT_FONTPROPERTIES {
    pub cBytes: c_int,
    pub wgBlank: WORD,
    pub wgDefault: WORD,
    pub wgInvalid: WORD,
    pub wgKashida: WORD,
    pub iKashidaWidth: c_int,
}

Fields

cBytes
wgBlank
wgDefault
wgInvalid
wgKashida
iKashidaWidth

Trait Implementations

Derived Implementations

impl Debug for SCRIPT_FONTPROPERTIES

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for SCRIPT_FONTPROPERTIES

impl Clone for SCRIPT_FONTPROPERTIES

fn clone(&self) -> SCRIPT_FONTPROPERTIES

fn clone_from(&mut self, source: &Self)