Back to Website
Show / Hide Table of Contents

Interface IFontStorage

Namespace: Aurigma.DesignAtoms
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>
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...