-
public class TextAttributes
-
-
Field Summary
Fields Modifier and Type Field Description public final static floatDEFAULT_MAX_FONT_SIZE_MULTIPLIER
-
Constructor Summary
Constructors Constructor Description TextAttributes()
-
Method Summary
Modifier and Type Method Description TextAttributesapplyChild(TextAttributes child)booleangetAllowFontScaling()voidsetAllowFontScaling(boolean value)floatgetFontSize()voidsetFontSize(float value)floatgetLineHeight()voidsetLineHeight(float value)floatgetLetterSpacing()voidsetLetterSpacing(float value)floatgetMaxFontSizeMultiplier()voidsetMaxFontSizeMultiplier(float maxFontSizeMultiplier)floatgetHeightOfTallestInlineViewOrImage()voidsetHeightOfTallestInlineViewOrImage(float value)TextTransformgetTextTransform()voidsetTextTransform(TextTransform textTransform)intgetEffectiveFontSize()floatgetEffectiveLineHeight()floatgetEffectiveLetterSpacing()floatgetEffectiveMaxFontSizeMultiplier()StringtoString()-
-
Method Detail
-
applyChild
TextAttributes applyChild(TextAttributes child)
-
getAllowFontScaling
boolean getAllowFontScaling()
-
setAllowFontScaling
void setAllowFontScaling(boolean value)
-
getFontSize
float getFontSize()
-
setFontSize
void setFontSize(float value)
-
getLineHeight
float getLineHeight()
-
setLineHeight
void setLineHeight(float value)
-
getLetterSpacing
float getLetterSpacing()
-
setLetterSpacing
void setLetterSpacing(float value)
-
getMaxFontSizeMultiplier
float getMaxFontSizeMultiplier()
-
setMaxFontSizeMultiplier
void setMaxFontSizeMultiplier(float maxFontSizeMultiplier)
-
getHeightOfTallestInlineViewOrImage
float getHeightOfTallestInlineViewOrImage()
-
setHeightOfTallestInlineViewOrImage
void setHeightOfTallestInlineViewOrImage(float value)
-
getTextTransform
TextTransform getTextTransform()
-
setTextTransform
void setTextTransform(TextTransform textTransform)
-
getEffectiveFontSize
int getEffectiveFontSize()
-
getEffectiveLineHeight
float getEffectiveLineHeight()
-
getEffectiveLetterSpacing
float getEffectiveLetterSpacing()
-
getEffectiveMaxFontSizeMultiplier
float getEffectiveMaxFontSizeMultiplier()
-
-
-
-