Skip to main content

Class UnsupportedGlyphService

Namespace: Aurigma.DesignAtoms.Canvas.ItemHandlers
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class UnsupportedGlyphService : IUnsupportedGlyphService

Inheritance: System.Object -> UnsupportedGlyphService

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

UnsupportedGlyphService

public UnsupportedGlyphService(IFontService fontService)

Methods

GetSymbolFromException

public char GetSymbolFromException(FontFallbackException exception)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.AdvancedDrawing.FontFallbackExceptionexception
Returns

System.Char

FindAllMissingGlyphs

public void FindAllMissingGlyphs(char symbol, string text, Action<string> checkFunction, FontRegistry fontRegistry = null)
Parameters
TypeNameDescription
System.Charsymbol
System.Stringtext
System.Action<System.String>checkFunction
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistryfontRegistry

RemoveDiscardedSymbolsFromText

public string RemoveDiscardedSymbolsFromText(string text, FontRegistry fontRegistry = null)
Parameters
TypeNameDescription
System.Stringtext
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistryfontRegistry
Returns

System.String

Was this page helpful?