Skip to main content

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.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

Constructors

FontInfoProvider

public FontInfoProvider()

Methods

GetFontInfo

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

Aurigma.GraphicsMill.AdvancedDrawing.FontInfo

GetFontInfo

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

Aurigma.GraphicsMill.AdvancedDrawing.FontInfo

Was this page helpful?