Trait write_fonts::OtRound

source ·
pub trait OtRound<U, T = Self> {
    // Required method
    fn ot_round(self) -> U;
}
Expand description

Required Methods§

source

fn ot_round(self) -> U

Implementations on Foreign Types§

source§

impl OtRound<u16, f64> for f64

source§

fn ot_round(self) -> u16

source§

impl OtRound<Vec2, Vec2> for Vec2

source§

impl OtRound<i16, f64> for f64

source§

fn ot_round(self) -> i16

source§

impl OtRound<u16, f32> for f32

source§

fn ot_round(self) -> u16

source§

impl OtRound<(i16, i16), Point> for Point

source§

fn ot_round(self) -> (i16, i16)

source§

impl OtRound<i16, f32> for f32

source§

fn ot_round(self) -> i16

Implementors§