Interface IFontInfoProvider
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IFontInfoProvider
Methods
GetFontInfo(FontRegistry, String)
Declaration
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
FontInfo GetFontInfo(Stream fontStream)
Parameters
| Type |
Name |
Description |
| System.IO.Stream |
fontStream |
|
Returns
| Type |
Description |
| Aurigma.GraphicsMill.AdvancedDrawing.FontInfo |
|