Struct cairo::ScaledFont
[−]
pub struct ScaledFont(_);
Methods
impl ScaledFont
[src]
fn new(
font_face: FontFace,
font_matrix: &Matrix,
ctm: &Matrix,
options: &FontOptions
) -> ScaledFont
font_face: FontFace,
font_matrix: &Matrix,
ctm: &Matrix,
options: &FontOptions
) -> ScaledFont
fn ensure_status(&self)
fn get_type(&self) -> FontType
fn get_reference_count(&self) -> usize
fn extents(&self) -> FontExtents
fn text_extents(&self, text: &str) -> TextExtents
fn glyph_extents(&self, glyphs: &[Glyph]) -> TextExtents
fn text_to_glyphs(
&self,
x: f64,
y: f64,
text: &str
) -> (Vec<Glyph>, Vec<TextCluster>)
&self,
x: f64,
y: f64,
text: &str
) -> (Vec<Glyph>, Vec<TextCluster>)
fn get_font_face(&self) -> FontFace
fn get_font_options(&self) -> FontOptions
fn get_font_matrix(&self) -> Matrix
fn get_ctm(&self) -> Matrix
fn get_scale_matrix(&self) -> Matrix
Trait Implementations
impl Clone for ScaledFont
fn clone(&self) -> ScaledFont
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