Class PdfFont
Inheritance
System.Object
PdfFont
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Azos.Media.dll
public sealed class PdfFont : PdfObject, IPdfObject, IPdfResource, INamed
Properties
Declaration
public static PdfFont Courier { get; }
Property Value
Declaration
public static PdfFont CourierBold { get; }
Property Value
Declaration
public static PdfFont CourierBoldOblique { get; }
Property Value
Declaration
public static PdfFont CourierOblique { get; }
Property Value
Declaration
public static PdfFont Helvetica { get; }
Property Value
Declaration
public static PdfFont HelveticaBold { get; }
Property Value
Declaration
public static PdfFont HelveticaBoldOblique { get; }
Property Value
Declaration
public static PdfFont HelveticaOblique { get; }
Property Value
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Document-wide unique resource Id
Declaration
public int ResourceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public static PdfFont Times { get; }
Property Value
Declaration
public static PdfFont TimesBold { get; }
Property Value
Declaration
public static PdfFont TimesBoldItalic { get; }
Property Value
Declaration
public static PdfFont TimesItalic { get; }
Property Value
Methods
Returns existing font by name or creates and registers a new one
Declaration
public static PdfFont ByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Declaration
public bool Equals(PdfFont other)
Parameters
Type |
Name |
Description |
PdfFont |
other |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
Returns PDF object indirect reference
Declaration
public string GetResourceReference()
Returns
Type |
Description |
System.String |
|
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Implements
Extension Methods