freetype::freetype

Type Alias FT_Size_RequestRec

Source
pub type FT_Size_RequestRec = FT_Size_RequestRec_;

Aliased Type§

struct FT_Size_RequestRec {
    pub type_: FT_Size_Request_Type_,
    pub width: i64,
    pub height: i64,
    pub horiResolution: u32,
    pub vertResolution: u32,
}

Fields§

§type_: FT_Size_Request_Type_§width: i64§height: i64§horiResolution: u32§vertResolution: u32