font_kit::loaders::freetype

Trait FtFixedToF32

Source
trait FtFixedToF32 {
    type Output;

    // Required method
    fn ft_fixed_26_6_to_f32(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Source§

impl FtFixedToF32 for RectI

Source§

impl FtFixedToF32 for Vector2I

Implementors§