public interface IFontData
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFontName()
Returns the font name.
|
java.lang.String |
getFontName(IThemeEffectiveData theme)
Returns the font name, replacing theme referrence with an actual font used.
|
java.lang.String getFontName()
Returns the font name.
Read-only String
.
java.lang.String getFontName(IThemeEffectiveData theme)
Returns the font name, replacing theme referrence with an actual font used.
theme
- Theme from which themed font name should be taken. Its up to caller to provide a correct value.