pub type FT_Bitmap_Size = FT_Bitmap_Size_;Aliased Type§
#[repr(C)]pub struct FT_Bitmap_Size {
pub height: i16,
pub width: i16,
pub size: i64,
pub x_ppem: i64,
pub y_ppem: i64,
}Fields§
§height: i16§width: i16§size: i64§x_ppem: i64§y_ppem: i64