Enum resvg::resvg_text_rendering [−][src]
#[repr(C)]
pub enum resvg_text_rendering {
OPTIMIZE_SPEED,
OPTIMIZE_LEGIBILITY,
GEOMETRIC_PRECISION,
}Expand description
@brief A text rendering method.
Variants
OPTIMIZE_SPEED
OPTIMIZE_LEGIBILITY
GEOMETRIC_PRECISION
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for resvg_text_rendering
impl Send for resvg_text_rendering
impl Sync for resvg_text_rendering
impl Unpin for resvg_text_rendering
impl UnwindSafe for resvg_text_rendering
Blanket Implementations
Mutably borrows from an owned value. Read more