flutter-packages icon indicating copy to clipboard operation
flutter-packages copied to clipboard

Retrieve available font weights

Open bernaferrari opened this issue 4 years ago • 0 comments

I know that Flutter "rounds" your weight selection to the nearest available, but how do you find all the available weights for a font? I couldn't find any method that does this.

For example, if I had a font selector with weight, how would I let the user select semibold/bold/black in one font, but just regular/light in the other? If I display the 9 options and ask to choose one, it would be trial and error.

bernaferrari avatar Nov 18 '20 05:11 bernaferrari