PdfFontManagerGetRegisteredFamilies Method

Gets the names of all registered font families

Definition

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

Return Value

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

See Also