[−][src]Trait pangocairo::FontExt
Required methods
fn get_scaled_font(&self) -> Option<ScaledFont>
Gets the cairo::ScaledFont
used by self
.
The scaled font can be referenced and kept using
cairo_scaled_font_reference
.
Returns
the cairo::ScaledFont
used by self
,
or None
if self
is None
.