pub trait FreeType2TraitConst: AlgorithmTraitConst {
    // Required method
    fn as_raw_FreeType2(&self) -> *const c_void;
}
Expand description

Constant methods for crate::freetype::FreeType2

Required Methods§

Implementors§