AllowExternalFonts Property (SvgDrawingEngine)
Gets or sets a value indicating whether encoder can create file that has references to the external fonts.
'Declaration
Public Property AllowExternalFonts As Boolean
public bool AllowExternalFonts { get; set; }
public: __property bool get_AllowExternalFonts();
public: __property void set_AllowExternalFonts(
bool
);
public:
property bool AllowExternalFonts {
bool get();
void set(bool );
}
Property Value
True - encoder can create file that has references to the external fonts; false - encoder should not use references to the external fonts (for example, encoder can convert text to graphics paths).
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5