BlazeWidgetItemTextStyle - iOS
The BlazeWidgetItemTextStyle struct defines the appearance settings for a text in BlazeWidgetItem. This includes properties such as font, letter spacing, text color, line height, number of lines, and alignment.
Properties
font
var font: UIFontA UIFont representing the font of the title.
letterSpacing
var letterSpacing: CGFloatA CGFloat representing the letter spacing for the title.
textColor
var textColor: UIColorA UIColor representing the text color of the title.
lineHeight
var lineHeight: CGFloatA CGFloat representing the line height of the title.
numberOfLines
var numberOfLines: IntAn Int representing the number of lines for the title.
alignment
var alignment: NSTextAlignmentAn NSTextAlignment representing the alignment of the title.
Updated 11 days ago
Did this page help you?
