Struct msdfgen_sys::msdfgen_GeneratorConfig
source · #[repr(C)]pub struct msdfgen_GeneratorConfig {
pub overlapSupport: bool,
}Expand description
The configuration of the distance field generator algorithm.
Fields§
§overlapSupport: boolSpecifies whether to use the version of the algorithm that supports overlapping contours with the same winding. May be set to false to improve performance when no such contours are present.
Trait Implementations§
source§impl Clone for msdfgen_GeneratorConfig
impl Clone for msdfgen_GeneratorConfig
source§fn clone(&self) -> msdfgen_GeneratorConfig
fn clone(&self) -> msdfgen_GeneratorConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more