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
text_id: u16
renderer: TextRenderer
fitting: GridFitting
thickness: OrderedFloat<f32>
Trait Implementations
impl Debug for CsmTextSettings[src]
impl PartialEq for CsmTextSettings[src]
fn eq(&self, __arg_0: &CsmTextSettings) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &CsmTextSettings) -> bool
This method tests for !=.