Back to Website
Show / Hide Table of Contents

Interface IManagedFontStorage

Inherited Members
IFontStorage.GetFontStreamByPath(String)
IFontStorage.GetFontFilesAsync(String, Boolean)
IFontStorage.FontCollectionChanged
Namespace: Aurigma.DesignAtoms
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IManagedFontStorage : IFontStorage

Methods

AddFontFile(String, String, Stream, Boolean)

Declaration
void AddFontFile(string folderPath, string fileName, Stream stream, bool overwrite)
Parameters
Type Name Description
System.String folderPath
System.String fileName
System.IO.Stream stream
System.Boolean overwrite

GetFontFilesByPathAsync(String, Boolean)

Declaration
Task<IEnumerable<string>> GetFontFilesByPathAsync(string folderPath, bool includeSubfolders)
Parameters
Type Name Description
System.String folderPath
System.Boolean includeSubfolders
Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<System.String>>

GetFontFoldersByPath(String, Boolean)

Declaration
IEnumerable<string> GetFontFoldersByPath(string folderPath, bool includeSubfolders)
Parameters
Type Name Description
System.String folderPath
System.Boolean includeSubfolders
Returns
Type Description
System.Collections.Generic.IEnumerable<System.String>

IsFontDirectoryExists(String)

Declaration
bool IsFontDirectoryExists(string folderPath)
Parameters
Type Name Description
System.String folderPath
Returns
Type Description
System.Boolean

IsFontFileExists(String)

Declaration
bool IsFontFileExists(string filePath)
Parameters
Type Name Description
System.String filePath
Returns
Type Description
System.Boolean

RemoveFontDirectory(String)

Declaration
bool RemoveFontDirectory(string directoryPath)
Parameters
Type Name Description
System.String directoryPath
Returns
Type Description
System.Boolean

RemoveFontFile(String)

Declaration
bool RemoveFontFile(string filePath)
Parameters
Type Name Description
System.String filePath
Returns
Type Description
System.Boolean
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