Class NetFont
Implements font using .NET framework GDI+ wrapper
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: Azos.Platform.Abstraction.NetFramework.Graphics
Assembly: Azos.Platform.NetFramework.dll
Syntax
public sealed class NetFont : DisposableObject, 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 |
Methods
Destructor()
Declaration
protected override void Destructor()
Overrides
Implements
System.IDisposable