public static class Appearance.LabelAppearance
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Appearance.LabelAppearance.FontWeight
Виды начертания шрифта
|
Modifier and Type | Field and Description |
---|---|
boolean |
allCaps
Флаг того, что текст будет прописываться заглавными буквами
|
int |
color
Цвет текста (идентификатор ресурса)
|
java.lang.String |
font
Название файла используемого шрифта
|
Appearance.LabelAppearance.FontWeight |
fontWeight
Толщина шрифта
|
int |
size
Размер шрифта (идентификатор ресурса типа dimension)
|
public int color
public int size
public Appearance.LabelAppearance.FontWeight fontWeight
public java.lang.String font
public boolean allCaps