Skip to main content

Interface IFontInfoProvider

Namespace: Aurigma.DesignAtoms.Services.Fonts
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IFontInfoProvider

Methods

GetFontInfo

FontInfo GetFontInfo(Stream fontStream)
Parameters
TypeNameDescription
System.IO.StreamfontStream
Returns

Aurigma.GraphicsMill.AdvancedDrawing.FontInfo

GetFontInfo

FontInfo GetFontInfo(FontRegistry fontRegistry, string psName)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistryfontRegistry
System.StringpsName
Returns

Aurigma.GraphicsMill.AdvancedDrawing.FontInfo

Was this page helpful?