Back to Website
Show / Hide Table of Contents

Class UnsupportedGlyphService

Inheritance
System.Object
UnsupportedGlyphService
Implements
IUnsupportedGlyphService
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()
Namespace: Aurigma.DesignAtoms.Canvas.ItemHandlers
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class UnsupportedGlyphService : IUnsupportedGlyphService

Constructors

UnsupportedGlyphService(IFontService)

Declaration
public UnsupportedGlyphService(IFontService fontService)
Parameters
Type Name Description
IFontService fontService

Methods

FindAllMissingGlyphs(Char, String, Action<String>, FontRegistry)

Declaration
public void FindAllMissingGlyphs(char symbol, string text, Action<string> checkFunction, FontRegistry fontRegistry = null)
Parameters
Type Name Description
System.Char symbol
System.String text
System.Action<System.String> checkFunction
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry fontRegistry

GetSymbolFromException(FontFallbackException)

Declaration
public char GetSymbolFromException(FontFallbackException exception)
Parameters
Type Name Description
Aurigma.GraphicsMill.AdvancedDrawing.FontFallbackException exception
Returns
Type Description
System.Char

RemoveDiscardedSymbolsFromText(String, FontRegistry)

Declaration
public string RemoveDiscardedSymbolsFromText(string text, FontRegistry fontRegistry = null)
Parameters
Type Name Description
System.String text
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry fontRegistry
Returns
Type Description
System.String

Implements

IUnsupportedGlyphService
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...