Back to Website
Show / Hide Table of Contents

Interface IFontRegistryProvider

Inherited Members
System.IDisposable.Dispose()
Namespace: Aurigma.DesignAtoms.Services.Fonts
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IFontRegistryProvider : IDisposable

Methods

GetFontRegistry()

Declaration
FontRegistry GetFontRegistry()
Returns
Type Description
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry

GetFontRegistryAsync()

Declaration
Task<FontRegistry> GetFontRegistryAsync()
Returns
Type Description
System.Threading.Tasks.Task<Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry>

GetFontRemaps()

Declaration
IReadOnlyDictionary<string, string> GetFontRemaps()
Returns
Type Description
System.Collections.Generic.IReadOnlyDictionary<System.String, System.String>

GetsFontsByFamily()

Declaration
IReadOnlyDictionary<string, IList<FontService.FontData>> GetsFontsByFamily()
Returns
Type Description
System.Collections.Generic.IReadOnlyDictionary<System.String, System.Collections.Generic.IList<FontService.FontData>>

GetsFontsByPsName()

Declaration
IReadOnlyDictionary<string, FontService.FontData> GetsFontsByPsName()
Returns
Type Description
System.Collections.Generic.IReadOnlyDictionary<System.String, FontService.FontData>

Events

FontRegistryChanged

Declaration
event EventHandler<EventArgs> FontRegistryChanged
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