symbolWeight()
Provides the corresponding symbol weight for this font weight.
Declaration
func symbolWeight() -> UIImage.SymbolWeightReturn Value
The UIImage.SymbolWeight that most closely coordinates with the provided font weight.
Discussion
When placing symbols adjacent to text, use this method to find the appropriate symbol weight to match the weight of the text. Similarly, if you want to display a symbol with a particular weight, you can use fontWeight() to look up the matching font weight for adjacent text.