pub trait FreeType2Const: AlgorithmTraitConst {
    fn as_raw_FreeType2(&self) -> *const c_void;
}

Required Methods

Implementors