[−][src]Struct usvg::Options
Processing options.
Fields
path: Option<PathBuf>
SVG image path.
Used to resolve relative image paths.
dpi: f64
Target DPI.
Impact units conversion.
font_family: String
A default font family.
font_size: f64
A default font size.
languages: Vec<String>
A list of languages that will be used to resolve the systemLanguage
conditional attribute.
Format: en, en-US.
shape_rendering: ShapeRendering
Specifies the default shape rendering method.
Will be used when an SVG element's shape-rendering
property is set to auto
.
text_rendering: TextRendering
Specifies the default text rendering method.
Will be used when an SVG element's text-rendering
property is set to auto
.
image_rendering: ImageRendering
Specifies the default image rendering method.
Will be used when an SVG element's image-rendering
property is set to auto
.
keep_named_groups: bool
Keep named groups.
If set to true
, all non-empty groups with id
attribute will not
be removed.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,