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