PdfFontManagerGetRegisteredFamilies Method

Gets the names of all registered font families

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public static IReadOnlyCollection<string> GetRegisteredFamilies()

Return Value

IReadOnlyCollectionString
A read-only collection containing the registered font family names

See Also