Struct swf_tree::text::FontAlignmentZoneData [] [src]

pub struct FontAlignmentZoneData {
    pub origin: OrderedFloat<f32>,
    pub size: OrderedFloat<f32>,
}

Fields

Trait Implementations

impl Debug for FontAlignmentZoneData
[src]

Formats the value using the given formatter.

impl PartialEq for FontAlignmentZoneData
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for FontAlignmentZoneData
[src]