tall2014 constant
Defines text geometry for tall scripts, such as Farsi, Hindi, and Thai.
Implementation
static const TextTheme tall2014 = TextTheme(
displayLarge: TextStyle(
debugLabel: 'tall displayLarge 2014',
inherit: false,
fontSize: 112.0,
fontWeight: FontWeight.w400,
textBaseline: TextBaseline.alphabetic,
),
displayMedium: TextStyle(
debugLabel: 'tall displayMedium 2014',
inherit: false,
fontSize: 56.0,
fontWeight: FontWeight.w400,
textBaseline: TextBaseline.alphabetic,
),
displaySmall: TextStyle(
debugLabel: 'tall displaySmall 2014',
inherit: false,
fontSize: 45.0,
fontWeight: FontWeight.w400,
textBaseline: TextBaseline.alphabetic,
),
headlineLarge: TextStyle(
debugLabel: 'tall headlineLarge 2014',
inherit: false,
fontSize: 40.0,
fontWeight: FontWeight.w400,
textBaseline: TextBaseline.alphabetic,
),
headlineMedium: TextStyle(
debugLabel: 'tall headlineMedium 2014',
inherit: false,
fontSize: 34.0,
fontWeight: FontWeight.w400,
textBaseline: TextBaseline.alphabetic,
),
headlineSmall: TextStyle(
debugLabel: 'tall headlineSmall 2014',
inherit: false,
fontSize: 24.0,
fontWeight: FontWeight.w400,
textBaseline: TextBaseline.alphabetic,
),
titleLarge: TextStyle(
debugLabel: 'tall titleLarge 2014',
inherit: false,
fontSize: 21.0,
fontWeight: FontWeight.w700,
textBaseline: TextBaseline.alphabetic,
),
titleMedium: TextStyle(
debugLabel: 'tall titleMedium 2014',
inherit: false,
fontSize: 17.0,
fontWeight: FontWeight.w400,
textBaseline: TextBaseline.alphabetic,
),
titleSmall: TextStyle(
debugLabel: 'tall titleSmall 2014',
inherit: false,
fontSize: 15.0,
fontWeight: FontWeight.w500,
textBaseline: TextBaseline.alphabetic,
),
bodyLarge: TextStyle(
debugLabel: 'tall bodyLarge 2014',
inherit: false,
fontSize: 15.0,
fontWeight: FontWeight.w700,
textBaseline: TextBaseline.alphabetic,
),
bodyMedium: TextStyle(
debugLabel: 'tall bodyMedium 2014',
inherit: false,
fontSize: 15.0,
fontWeight: FontWeight.w400,
textBaseline: TextBaseline.alphabetic,
),
bodySmall: TextStyle(
debugLabel: 'tall bodySmall 2014',
inherit: false,
fontSize: 13.0,
fontWeight: FontWeight.w400,
textBaseline: TextBaseline.alphabetic,
),
labelLarge: TextStyle(
debugLabel: 'tall labelLarge 2014',
inherit: false,
fontSize: 15.0,
fontWeight: FontWeight.w700,
textBaseline: TextBaseline.alphabetic,
),
labelMedium: TextStyle(
debugLabel: 'tall labelMedium 2014',
inherit: false,
fontSize: 12.0,
fontWeight: FontWeight.w400,
textBaseline: TextBaseline.alphabetic,
),
labelSmall: TextStyle(
debugLabel: 'tall labelSmall 2014',
inherit: false,
fontSize: 11.0,
fontWeight: FontWeight.w400,
textBaseline: TextBaseline.alphabetic,
),
);