Trait font_kit::loaders::freetype::FtFixedToF32
source · trait FtFixedToF32 {
type Output;
// Required method
fn ft_fixed_26_6_to_f32(self) -> Self::Output;
}
trait FtFixedToF32 {
type Output;
// Required method
fn ft_fixed_26_6_to_f32(self) -> Self::Output;
}