Struct swf_tree::text::FontAlignmentZone
source · pub struct FontAlignmentZone {
pub data: Vec<FontAlignmentZoneData>,
pub has_x: bool,
pub has_y: bool,
}
Fields§
§data: Vec<FontAlignmentZoneData>
§has_x: bool
§has_y: bool
Trait Implementations§
source§impl Debug for FontAlignmentZone
impl Debug for FontAlignmentZone
source§impl<'de> Deserialize<'de> for FontAlignmentZone
impl<'de> Deserialize<'de> for FontAlignmentZone
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