Type Alias freetype::freetype::FT_Matrix

source ·
pub type FT_Matrix = FT_Matrix_;

Aliased Type§

struct FT_Matrix {
    pub xx: i64,
    pub xy: i64,
    pub yx: i64,
    pub yy: i64,
}

Fields§

§xx: i64§xy: i64§yx: i64§yy: i64