Class LocalFont
Inheritance
System.Object
LocalFont
Assembly: IronPdf.dll
Syntax
public class LocalFont : Font
Constructors
LocalFont(String, FontWeight, FontStyle)
Declaration
public LocalFont(string fontFamily, FontWeight fontWeight, FontStyle fontStyle)
Parameters
Properties
FontFamily
Declaration
public override string FontFamily { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
FontStyle
Declaration
public FontStyle FontStyle { get; }
Property Value
FontWeight
Declaration
public FontWeight FontWeight { get; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides