skia_safe::textlayout

Type Alias FontArguments

Source
pub type FontArguments = Handle<skia_textlayout_FontArguments>;

Aliased Type§

struct FontArguments(/* private fields */);

Implementations§

Trait Implementations§

Source§

impl Debug for FontArguments

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl From<FontArguments<'_, '_>> for FontArguments

Source§

fn from(fa: FontArguments<'_, '_>) -> Self

Converts to this type from the input type.
Source§

impl Send for FontArguments

Source§

impl Sync for FontArguments