Class GdiFontEnumerator
Summary description for GdiFontEnumerator.
Inheritance
System.Object
GdiFontEnumerator
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Pdf.Gdi
Assembly: TelerikData.dll
Syntax
public class GdiFontEnumerator
Constructors
GdiFontEnumerator(GdiDeviceContent)
Class constructor.
Declaration
public GdiFontEnumerator(GdiDeviceContent dc)
Parameters
GdiDeviceContent
dc
A non-null reference to a wrapper around a GDI device context. |
Properties
FamilyNames
Returns a list of font family names sorted in ascending order.
Declaration
public string[] FamilyNames { get; }
Property Value
System.String[]
|
Methods
GetStyles(String)
Returns a list of font styles associated with familyName.
Declaration
public FontStyles GetStyles(string familyName)
Parameters
System.String
familyName
|
Returns
FontStyles
|