Skip to main content

FontMatrix

Type Alias FontMatrix 

Source
pub type FontMatrix = Matrix<Fixed>;
Expand description

A fixed point font matrix.

Aliased Type§

#[repr(C)]
pub struct FontMatrix { pub xx: Fixed, pub yx: Fixed, pub xy: Fixed, pub yy: Fixed, pub dx: Fixed, pub dy: Fixed, }

Fields§

§xx: Fixed§yx: Fixed§xy: Fixed§yy: Fixed§dx: Fixed§dy: Fixed