[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.FontNameResolver

FontNameResolver Class

This is a font name resolver for resolving font names using IFontResolver.

Inheritance
FontNameResolver
Implements
Namespace: GrapeCity.ActiveReports.Export
Assembly: MESCIUS.ActiveReports.dll
Syntax
public class FontNameResolver : IFontNameResolver
Remarks

This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.

Constructors

Name Description
FontNameResolver(IFontResolver, CompatibilityModes)

Initializes the font name resolver to resolve font names using IFontResolver

Methods

Name Description
GetFontFamily(string)

Resolves font name by original font name

Extension Methods