pub type FT_Size_RequestRec = FT_Size_RequestRec_;Aliased Type§
#[repr(C)]pub 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