Back to Website
Show / Hide Table of Contents

Interface IFontStorage

Namespace: Aurigma.DesignAtoms
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>
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback