Enum cairo::FontType []

#[repr(C)]
pub enum FontType { FontTypeToy, FontTypeFt, FontTypeWin32, FontTypeQuartz, FontTypeUser, }

Variants

Trait Implementations

impl PartialEq<FontType> for FontType

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<FontType> for FontType

impl Copy for FontType

impl Clone for FontType

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FontType

Formats the value using the given formatter.