PdfFontManagerRegisterSystemFontDirectories Method

Registers fonts from the default system font directories. Subsequent calls are ignored. Registration is performed only once per process lifetime

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public static int RegisterSystemFontDirectories()

Return Value

Int32
The number of fonts registered on the first call and zero on subsequent calls

See Also