You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some places in the web UI, we've started to use small caps. It would be good to demonstrate doing so in Flutter.
Flutter has extensive support for font variations. See FontFeature, and more generally TextStyle. So it should be straightforward to demonstrate this, given a font that has small caps in the first place.
In particular Source Sans fonts have several features including small caps (smcp) and slashed zero (zero). So we can do this once we're bundling such a font: #64.
In some places in the web UI, we've started to use small caps. It would be good to demonstrate doing so in Flutter.
Flutter has extensive support for font variations. See
FontFeature
, and more generallyTextStyle
. So it should be straightforward to demonstrate this, given a font that has small caps in the first place.In particular Source Sans fonts have several features including small caps (
smcp
) and slashed zero (zero
). So we can do this once we're bundling such a font: #64.Other related issue:
The text was updated successfully, but these errors were encountered: