PdfFontManagerGetRegisteredFonts Method

Gets the names of all registered fonts

Definition

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

Return Value

IReadOnlyCollectionString
A read-only collection containing the registered font names

See Also