Struct swf_tree::tags::CsmTextSettings [] [src]

pub struct CsmTextSettings {
    pub text_id: u16,
    pub renderer: TextRenderer,
    pub fitting: GridFitting,
    pub thickness: OrderedFloat<f32>,
    pub sharpness: OrderedFloat<f32>,
}

Fields

Trait Implementations

impl Debug for CsmTextSettings
[src]

Formats the value using the given formatter.

impl PartialEq for CsmTextSettings
[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 CsmTextSettings
[src]