Struct pango::Matrix
[−]
pub struct Matrix(_);
Methods
impl Matrix
[src]
fn concat(&mut self, new_matrix: &Matrix)
fn get_font_scale_factor(&self) -> f64
fn rotate(&mut self, degrees: f64)
fn scale(&mut self, scale_x: f64, scale_y: f64)
fn transform_distance(&self, dx: &mut f64, dy: &mut f64)
fn transform_point(&self, x: &mut f64, y: &mut f64)
fn translate(&mut self, tx: f64, ty: f64)
Trait Implementations
impl Clone for Matrix
fn clone(&self) -> Matrix
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