trait FreeTypeFaceHelpers {
// Required methods
fn scalable(self) -> bool;
fn color(self) -> bool;
fn set_size(self, pt_size: Au) -> Result<Au, &'static str>;
fn glyph_load_flags(self) -> FT_Int32;
fn os2_table(self) -> Option<OS2Table>;
}