mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
This PR is a follow-up to https://github.com/material-components/material-components-ios/pull/7466 to clarify the behavior of the fallback flag.
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
