Trait font_kit::loaders::freetype::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§