IFontData

public interface IFontData

Represents a font definition.

Methods

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

getFontName()

public abstract String getFontName()

Returns the font name. Read-only String.

Returns: java.lang.String

getFontName(IThemeEffectiveData theme)

public abstract String getFontName(IThemeEffectiveData theme)

Returns the font name, replacing theme referrence with an actual font used.

Parameters:

ParameterTypeDescription
themeIThemeEffectiveDataTheme from which themed font name should be taken. Its up to caller to provide a correct value.

Returns: java.lang.String - Font name.