Struct pango::FontMetrics
[−]
pub struct FontMetrics(_);
Methods
impl FontMetrics
[src]
fn new() -> FontMetrics
fn get_approximate_char_width(&self) -> i32
fn get_approximate_digit_width(&self) -> i32
fn get_ascent(&self) -> i32
fn get_descent(&self) -> i32
fn get_strikethrough_position(&self) -> i32
fn get_strikethrough_thickness(&self) -> i32
fn get_underline_position(&self) -> i32
fn get_underline_thickness(&self) -> i32
Trait Implementations
impl Clone for FontMetrics
fn clone(&self) -> FontMetrics
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more