Struct cairo::ScaledFont [] [src]

pub struct ScaledFont(pub *mut cairo_scaled_font_t);

Methods

impl ScaledFont
[src]

Trait Implementations

impl Drop for ScaledFont
[src]

A method called when the value goes out of scope. Read more