tree: bb4b9874c484e4c178e9d17ae28e2aabe68e5de6 [path history] [tgz]
  1. assets/
  2. advanced-use.md
  3. dynamic-type.md
  4. README.md
  5. type-size-opacity.md
  6. typical-use.md
components/Typography/docs/README.md

Typography

Notice: Much of this component, with exception of the UIFont and UIFontDescriptor APIs, will soon be deprecated. Please consider using the schemes/Typography component and the Material Theming APIs instead.


The Typography component provides methods for displaying text using the type sizes and opacities from the Material Design specifications.

Design & API Documentation

Installation

Installation with CocoaPods

To add this component to your Xcode project using CocoaPods, add the following to your Podfile:

pod 'MaterialComponents/Typography'

Then, run the following command:

pod install

Usage

Type Sizes and Opacities

Advanced Usage