Interface IFontInfoProvider
Namespace: Aurigma.DesignAtoms.Services.Fonts
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IFontInfoProvider
Methods
GetFontInfo
FontInfo GetFontInfo(Stream fontStream)
Parameters
| Type | Name | Description |
|---|---|---|
System.IO.Stream | fontStream |
Returns
Aurigma.GraphicsMill.AdvancedDrawing.FontInfo
GetFontInfo
FontInfo GetFontInfo(FontRegistry fontRegistry, string psName)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry | fontRegistry | |
System.String | psName |
Returns
Aurigma.GraphicsMill.AdvancedDrawing.FontInfo