SVGOutputOptionsSetEmbedFonts Method |
Sets whether to embed fonts into each SVG page file, or to have them shared.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetEmbedFonts(
bool embed_fonts
)
Public Sub SetEmbedFonts (
embed_fonts As Boolean
)
public:
virtual void SetEmbedFonts(
[InAttribute] bool embed_fonts
) sealed
function SetEmbedFonts(embed_fonts);
Parameters
- embed_fonts
- Type: SystemBoolean
If true, fonts are injected into each SVG page. Otherwise they are created as separate files that are shared between SVG pages. Default is false.
See Also