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<(i16, i16)> for Point

source§

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

source§

impl OtRound<i16> for f32

source§

fn ot_round(self) -> i16

source§

impl OtRound<i16> for f64

source§

fn ot_round(self) -> i16

source§

impl OtRound<u16> for f32

source§

fn ot_round(self) -> u16

source§

impl OtRound<u16> for f64

source§

fn ot_round(self) -> u16

source§

impl OtRound<Vec2> for Vec2

Implementors§