Click or drag to resize
AB4D logo

ReaderSvgUseOnlyInstalledFontFamilies Property

When UseOnlyInstalledFontFamilies is false (by default), then FontFamily is created also with font names that are not installed on the system (this preserves the original font family name when exported to XAML). When UseOnlyInstalledFontFamilies is true and font family name in svg file is not installed on the system, then Arial font family is used.

Namespace:  Ab2d
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
public bool UseOnlyInstalledFontFamilies { get; set; }

Property Value

Type: Boolean
See Also