IFontData

IFontData interface

Represents a font definition.

public interface IFontData

Properties

NameDescription
FontName { get; }Returns the font name. Read-only String.

Methods

NameDescription
GetFontName(IThemeEffectiveData)Returns the font name, replacing theme referrence with an actual font used.

See Also