Struct cairo::FontFace [] [src]

pub struct FontFace(pub *mut cairo_font_face_t);

Methods

impl FontFace
[src]

Trait Implementations

impl Drop for FontFace
[src]

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