Class Canvas.Font
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.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: NFX.Graphics
Assembly: NFX.dll
Syntax
public sealed class Font : Canvas.Asset<IPALCanvasFont>, IPALCanvasAsset, IDisposable
  Properties
Name
Declaration
public string Name { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Size
Declaration
public float Size { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Single | 
Style
Declaration
public FontStyling Style { get; }
  Property Value
| Type | Description | 
|---|---|
| FontStyling | 
Unit
Declaration
public MeasureUnit Unit { get; }
  Property Value
| Type | Description | 
|---|---|
| MeasureUnit | 
Implements
      System.IDisposable