Platforms to show: All Mac Windows Linux Cross-Platform

Back to ReSVGMBS class.

ReSVGMBS.Available as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property SVG MBS Images Plugin 23.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Whether the class is available.
Example

MessageBox "Available: "+ReSVGMBS.Available.ToString

Should return true for all targets except iOS.
(Read only property)

ReSVGMBS.DPI as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property SVG MBS Images Plugin 23.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The target DPI.

Impact units conversion.
Default: 96
(Read and Write property)

ReSVGMBS.FontFamily as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property SVG MBS Images Plugin 23.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The default font family.

Will be used when no `font-family` attribute is set in the SVG.

Default: Times New Roman
(Read and Write property)

ReSVGMBS.FontSize as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property SVG MBS Images Plugin 23.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The default font size.

Will be used when no `font-size` attribute is set in the SVG.
Default: 12
(Read and Write property)

ReSVGMBS.ImageRendering as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property SVG MBS Images Plugin 23.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The default image rendering method.
Example

ReSVGMBS.ImageRendering = ReSVGMBS.kImageRenderingOptimizeQuality

Will be used when an SVG element's `image-rendering` property is set to `auto`.
Default: kImageRenderingOptimizeQuality
(Read and Write property)

ReSVGMBS.KeepNamedGroups as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property SVG MBS Images Plugin 23.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Keep named groups.

If set to `true`, all non-empty groups with `id` attribute will not be removed.
Default: false
(Read and Write property)

ReSVGMBS.Languages as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property SVG MBS Images Plugin 23.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
A comma-separated list of languages.
Example

ReSVGMBS.Languages = "en,en-US"
MessageBox ReSVGMBS.Languages

Will be used to resolve a `systemLanguage` conditional attribute.
Example: en,en-US.
Default: en
(Read and Write property)

ReSVGMBS.ShapeRendering as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property SVG MBS Images Plugin 23.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The default shape rendering method.
Example

ReSVGMBS.ShapeRendering = ReSVGMBS.kShapeRenderingGeometricPrecision

Will be used when an SVG element's `shape-rendering` property is set to `auto`.

Default: kShapeRenderingGeometricPrecision
(Read and Write property)

ReSVGMBS.TextRendering as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property SVG MBS Images Plugin 23.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The default text rendering method.
Example

ReSVGMBS.TextRendering = ReSVGMBS.kTextRenderingOptimizeLegibility

Will be used when an SVG element's `text-rendering` property is set to `auto`.
Default: kTextRenderingOptimizeLegibility
(Read and Write property)

The items on this page are in the following plugins: MBS Images Plugin.


The biggest plugin in space...