Struct oxygengine_composite_renderer::font_face_asset_protocol::FontFace [−][src]
pub struct FontFace {
pub font: String,
pub style: Option<String>,
pub weight: Scalar,
pub stretch: Scalar,
pub variant: Option<String>,
}Fields
font: Stringstyle: Option<String>weight: Scalarstretch: Scalarvariant: Option<String>Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for FontFace
impl UnwindSafe for FontFace
Blanket Implementations
Mutably borrows from an owned value. Read more
