Struct swf_tree::MorphLineStyle
source · pub struct MorphLineStyle {
pub width: u16,
pub morph_width: u16,
pub start_cap: CapStyle,
pub end_cap: CapStyle,
pub join: JoinStyle,
pub no_h_scale: bool,
pub no_v_scale: bool,
pub no_close: bool,
pub pixel_hinting: bool,
pub fill: MorphFillStyle,
}Fields§
§width: u16§morph_width: u16§start_cap: CapStyle§end_cap: CapStyle§join: JoinStyle§no_h_scale: bool§no_v_scale: bool§no_close: bool§pixel_hinting: bool§fill: MorphFillStyleTrait Implementations§
source§impl Debug for MorphLineStyle
impl Debug for MorphLineStyle
source§impl<'de> Deserialize<'de> for MorphLineStyle
impl<'de> Deserialize<'de> for MorphLineStyle
source§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