utils/text library
Functions
-
getFontSize(
EasyTextLevel? level) → double - 根据文本等级返回字体大小
-
getFontStyle(
bool? italic) → FontStyle - 获取字体样式
-
getFontWeight(
bool? strong) → FontWeight - 获取字重
-
getTextBackgroundColor(
EasyThemeType? type, bool? mark) → Color - 获取字体背景颜色
-
getTextColor(
EasyThemeType? type, bool? disable, bool? mark) → Color - 获取字体颜色
-
getTextDecoration(
bool? underline, bool? delete) → TextDecoration - 获取文本的装饰样式
-
getTextOverflow(
bool? ellipsis) → TextOverflow - 获取文字截取方式