Skip to main content

Interface IFontStorage

Namespace: Aurigma.DesignAtoms
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IFontStorage

Methods

GetFontStreamByPath

Task<Stream> GetFontStreamByPath(string fileName)
Parameters
TypeNameDescription
System.StringfileName
Returns

System.Threading.Tasks.Task<System.IO.Stream>

GetFontFilesAsync

Task<IEnumerable<string>> GetFontFilesAsync(string path, bool includeSubfolders)
Parameters
TypeNameDescription
System.Stringpath
System.BooleanincludeSubfolders
Returns

System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<System.String>>

Events

FontCollectionChanged

event EventHandler<EventArgs> FontCollectionChanged
Was this page helpful?