Trait DeviceExt

Source
pub(crate) trait DeviceExt {
    // Required methods
    fn get_x_delta(&self, face: &hb_font_t<'_>) -> Option<i32>;
    fn get_y_delta(&self, face: &hb_font_t<'_>) -> Option<i32>;
}

Required Methods§

Source

fn get_x_delta(&self, face: &hb_font_t<'_>) -> Option<i32>

Source

fn get_y_delta(&self, face: &hb_font_t<'_>) -> Option<i32>

Implementations on Foreign Types§

Source§

impl DeviceExt for Device<'_>

Source§

fn get_x_delta(&self, face: &hb_font_t<'_>) -> Option<i32>

Source§

fn get_y_delta(&self, face: &hb_font_t<'_>) -> Option<i32>

Implementors§