ISvgResourceKeeperCallbackOnFontResourceReady Method |
Called for each font used in SVG. Use it to specify how to store the font.
Namespace:
Aspose.CAD.ImageOptions.SvgOptionsParameters
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxvoid OnFontResourceReady(
FontStoringArgs args
)
Sub OnFontResourceReady (
args As FontStoringArgs
)
void OnFontResourceReady(
FontStoringArgs^ args
)
abstract OnFontResourceReady :
args : FontStoringArgs -> unit
Parameters
- args
- Type: Aspose.CAD.ImageOptions.SvgOptionsParametersFontStoringArgs
The font storage parameters
See Also