Interface IFontStorage
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IFontStorage
Methods
GetFontFiles(String, Boolean)
Declaration
IEnumerable<string> GetFontFiles(string path, bool includeSubfolders)
Parameters
Type |
Name |
Description |
System.String |
path |
|
System.Boolean |
includeSubfolders |
|
Returns
Type |
Description |
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> |
|