pub type FontArguments = Handle<skia_textlayout_FontArguments>;
Aliased Type§
struct FontArguments(/* private fields */);
Implementations§
Source§impl FontArguments
impl FontArguments
Trait Implementations§
Source§impl Debug for FontArguments
impl Debug for FontArguments
Source§impl From<FontArguments<'_, '_>> for FontArguments
impl From<FontArguments<'_, '_>> for FontArguments
Source§fn from(fa: FontArguments<'_, '_>) -> Self
fn from(fa: FontArguments<'_, '_>) -> Self
Converts to this type from the input type.