The accent colour often has the same style as the primary
text but has an inverted colour that sits on the
base
background colour.
The code
alias provide a font that often monospaced and designed to be used when source code is to be
displayed. This is the equivalent of the <code>
HTML tag
The name of the font family as a numeric string. Has the IFontFamily aliases available
An alias for heading that is often used after a title
but as a parent to a section
Provides an alias for some hero text which is often that largest and most attention grabbing type of text in an application.
The spacing of the font letters as a numeric value.
The line height multiple for a font. React Native line height is absolute, so the font size must be used to determine the actual line height
The primary text that is used in the application. This should be applied to all <Text>
elements that are not
another aliases.
When quotations are to be display to the user, this alias should be used. This is the equivalent of the
<quote>
HTML tag
The secondary text has the base
colour of the theme and can be used to provide attention grabbing text. It is
usually the same style as the primary
font, just uses the base
colour.
A section is the smallest heading type alias, it usually comes after a heading alias.
The size of the font as a numeric value. Has the ILength aliases available
Provides a class of text that can be paired with the heading alias as a sub-title. It is usually slightly smaller and less attention grabbing than the parent alias.
Provides a class of text that can be paired with the hero alias as a sub-title. It is usually slightly smaller and less attention grabbing than the parent alias.
Provides a class of text that can be paired with the section alias as a sub-title. It is usually slightly smaller and less attention grabbing than the parent alias.
Provides a class of text that can be paired with the title alias as a sub-title. It is usually slightly smaller and less attention grabbing than the parent alias.
The tertiary colour often has the same style as the primary
text but has an inverted colour that sits on the
complimentary base
background colour.
Provides an alias for a title which is often a large piece of text which is often used at the top of a document.
The weight of the font as a numeric value. Has the IFontWeight aliases available
The font aliases that can be used to apply classes to React Native
<Text>
components