Class FontInfoProvider
Inheritance
System.Object
FontInfoProvider
Implements
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: Aurigma.DesignAtoms.Services.Fonts
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class FontInfoProvider : IFontInfoProvider
Constructors
FontInfoProvider()
Declaration
public FontInfoProvider()
Methods
GetFontInfo(FontRegistry, String)
Declaration
public FontInfo GetFontInfo(FontRegistry fontRegistry, string psName)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry | fontRegistry | |
| System.String | psName |
Returns
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.AdvancedDrawing.FontInfo |
GetFontInfo(Stream)
Declaration
public FontInfo GetFontInfo(Stream fontStream)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IO.Stream | fontStream |
Returns
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.AdvancedDrawing.FontInfo |