接口 IThemeFont
public interface IThemeFont
Represents the theme font.
-
方法概要
修饰符和类型方法说明Gets the font language type of the theme font.getName()
Gets the name of the theme font.void
Sets the name of the theme font.
-
方法详细资料
-
getName
String getName()Gets the name of the theme font. -
setName
Sets the name of the theme font. -
getFontLanguageIndex
FontLanguageIndex getFontLanguageIndex()Gets the font language type of the theme font.
-