4import QtQuick.Templates as T
19 property MD.typescale typescale: MD.Tokens.typescale.labelMedium
23 color: MD.Style.onSurfaceVariantColor
26 textFormat: T.Label.PlainText
28 font.family: typescale.face === MD.Style.TypeFace.Brand ? MD.Style.brandFontFamily : MD.Style.plainFontFamily
29 font.pixelSize: typescale.fontSize
30 font.weight: typescale.fontWeight
31 font.letterSpacing: typescale.tracking
33 lineHeight: typescale.lineHeight
34 lineHeightMode: T.Label.FixedHeight
36 wrapMode: T.Label.Wrap
38 elide: T.Label.ElideRight