Class FontInfoProvider
Namespace: Aurigma.DesignAtoms.Services.Fonts
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class FontInfoProvider : IFontInfoProvider
Inheritance: System.Object -> FontInfoProvider
Implements
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
FontInfoProvider
public FontInfoProvider()
Methods
GetFontInfo
public FontInfo GetFontInfo(Stream fontStream)
Parameters
| Type | Name | Description |
|---|---|---|
System.IO.Stream | fontStream |
Returns
Aurigma.GraphicsMill.AdvancedDrawing.FontInfo
GetFontInfo
public FontInfo GetFontInfo(FontRegistry fontRegistry, string psName)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry | fontRegistry | |
System.String | psName |
Returns
Aurigma.GraphicsMill.AdvancedDrawing.FontInfo