This repository was archived by the owner on Dec 11, 2025. It is now read-only.
v92.0.0
This major release removes the mdc_adjustsFontForContentSizeCategory API
from MDCTypographyScheming. It makes
useCurrentContentSizeCategoryWhenApplied required for all implementations.
Breaking changes
Classes conforming to MDCTypographyScheming must now provide the API
useCurrentContentSizeCategoryWhenApplied. It was previously recommended that
it be bound to the value of mdc_adjustsFontForContentSizeCategory.
Changes
schemes/Typography
- Replace
mdc_adjustsFontForContentSizeCategorywith (#8476) (Robert Moore)