withFamilyList
Description​
Initializes a new instance of the Font
class.
- JavaScript
- C#
- Kotlin
static withFamilyList(families: string[], size: number, style?: FontStyle, weight?: FontWeight): Font
static Font WithFamilyList(IList<string> families, double size, FontStyle? style, FontWeight? weight)
fun withFamilyList(families: , size: Double, style: FontStyle?, weight: FontWeight?): Font
Parameter | Summary |
---|---|
familiesAll | The families. |
sizeAll | The size. |
styleAll | The style. |
weightAll | The weight. |