Interface IUnsupportedGlyphService
Namespace: Aurigma.DesignAtoms.Canvas.ItemHandlers
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IUnsupportedGlyphService
Methods
GetSymbolFromException
char GetSymbolFromException(FontFallbackException exception)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.AdvancedDrawing.FontFallbackException | exception |
Returns
System.Char
FindAllMissingGlyphs
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 |
RemoveDiscardedSymbolsFromText
string RemoveDiscardedSymbolsFromText(string text, FontRegistry fontRegistry = null)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | text | |
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry | fontRegistry |
Returns
System.String