Interface IFontRegistryProvider
Inherited Members
System.IDisposable.Dispose()
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IFontRegistryProvider : IDisposable
Methods
GetFontRegistry()
Declaration
FontRegistry GetFontRegistry()
Returns
| Type |
Description |
| Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry |
|
GetFontRegistryAsync()
Declaration
Task<FontRegistry> GetFontRegistryAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry> |
|
GetFontRemaps()
Declaration
IReadOnlyDictionary<string, string> GetFontRemaps()
Returns
| Type |
Description |
| System.Collections.Generic.IReadOnlyDictionary<System.String, System.String> |
|
GetsFontsByFamily()
Declaration
IReadOnlyDictionary<string, IList<FontService.FontData>> GetsFontsByFamily()
Returns
| Type |
Description |
| System.Collections.Generic.IReadOnlyDictionary<System.String, System.Collections.Generic.IList<FontService.FontData>> |
|
GetsFontsByPsName()
Declaration
IReadOnlyDictionary<string, FontService.FontData> GetsFontsByPsName()
Returns
| Type |
Description |
| System.Collections.Generic.IReadOnlyDictionary<System.String, FontService.FontData> |
|
Events
FontRegistryChanged
Declaration
event EventHandler<EventArgs> FontRegistryChanged
Event Type
| Type |
Description |
| System.EventHandler<System.EventArgs> |
|