skia_safe::textlayout

Type Alias FontFeature

Source
pub type FontFeature = Handle<skia_textlayout_FontFeature>;

Aliased Type§

struct FontFeature(/* private fields */);

Implementations§

Source§

impl FontFeature

Source

pub fn name(&self) -> &str

Source

pub fn value(&self) -> i32

Trait Implementations§

Source§

impl Debug for FontFeature

Source§

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

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

impl PartialEq for FontFeature

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Send for FontFeature

Source§

impl Sync for FontFeature