pub trait TaggedFontValue {
// Required method
fn tag(&self) -> FontTag;
}
Expand description
A trait for values that are labelled with a FontTag (for feature and variation settings).
pub trait TaggedFontValue {
// Required method
fn tag(&self) -> FontTag;
}
A trait for values that are labelled with a FontTag (for feature and variation settings).