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