Interface IFontStorage
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IFontStorage
Methods
GetFontFilesAsync(String, Boolean)
Declaration
Task<IEnumerable<string>> GetFontFilesAsync(string path, bool includeSubfolders)
Parameters
| Type |
Name |
Description |
| System.String |
path |
|
| System.Boolean |
includeSubfolders |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<System.String>> |
|
GetFontStreamByPath(String)
Declaration
Task<Stream> GetFontStreamByPath(string fileName)
Parameters
| Type |
Name |
Description |
| System.String |
fileName |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.IO.Stream> |
|
Events
FontCollectionChanged
Declaration
event EventHandler<EventArgs> FontCollectionChanged
Event Type
| Type |
Description |
| System.EventHandler<System.EventArgs> |
|