Trait owned_ttf_parser::FaceMut
source · pub trait FaceMut {
// Required method
fn set_variation(&mut self, axis: Tag, value: f32) -> Option<()>;
}
Expand description
Trait exposing mutable operations on a ttf_parser::Face
.
Required Methods§
sourcefn set_variation(&mut self, axis: Tag, value: f32) -> Option<()>
fn set_variation(&mut self, axis: Tag, value: f32) -> Option<()>
Sets a variation axis coordinate.