Class FontTypes
Inheritance
System.Object
IronPdf.Extensions.Enumeration
FontTypes
Implements
System.IComparable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: IronPdf.dll
Syntax
public class FontTypes : Enumeration, IComparable
Properties
Arial
Declaration
public static FontTypes Arial { get; }
Property Value
ArialBold
Declaration
public static FontTypes ArialBold { get; }
Property Value
ArialBoldItalic
Declaration
public static FontTypes ArialBoldItalic { get; }
Property Value
ArialItalic
Declaration
public static FontTypes ArialItalic { get; }
Property Value
Courier
Declaration
public static FontTypes Courier { get; }
Property Value
CourierBold
Declaration
public static FontTypes CourierBold { get; }
Property Value
CourierBoldOblique
Declaration
public static FontTypes CourierBoldOblique { get; }
Property Value
CourierNew
Declaration
public static FontTypes CourierNew { get; }
Property Value
CourierNewBold
Declaration
public static FontTypes CourierNewBold { get; }
Property Value
CourierNewBoldItalic
Declaration
public static FontTypes CourierNewBoldItalic { get; }
Property Value
CourierNewItalic
Declaration
public static FontTypes CourierNewItalic { get; }
Property Value
CourierOblique
Declaration
public static FontTypes CourierOblique { get; }
Property Value
Helvetica
Declaration
public static FontTypes Helvetica { get; }
Property Value
HelveticaBold
Declaration
public static FontTypes HelveticaBold { get; }
Property Value
HelveticaBoldOblique
Declaration
public static FontTypes HelveticaBoldOblique { get; }
Property Value
HelveticaOblique
Declaration
public static FontTypes HelveticaOblique { get; }
Property Value
Symbol
Declaration
public static FontTypes Symbol { get; }
Property Value
TimesNewRoman
Declaration
public static FontTypes TimesNewRoman { get; }
Property Value
TimesNewRomanBold
Declaration
public static FontTypes TimesNewRomanBold { get; }
Property Value
TimesNewRomanBoldItalic
Declaration
public static FontTypes TimesNewRomanBoldItalic { get; }
Property Value
TimesNewRomanItalic
Declaration
public static FontTypes TimesNewRomanItalic { get; }
Property Value
ZapfDingbats
Declaration
public static FontTypes ZapfDingbats { get; }
Property Value
Methods
FromString(String)
Declaration
public static FontTypes FromString(string fontName)
Parameters
Type |
Name |
Description |
System.String |
fontName |
|
Returns
Implements
System.IComparable
Inherited members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)