---
title: textMinimumScaleFactor
framework: tvmlkit
role: symbol
role_heading: Instance Property
path: tvmlkit/tvviewelementstyle/textminimumscalefactor
---

# textMinimumScaleFactor

The minimum size text can be if the original text size does not fit in an element.

## Declaration

```swift
var textMinimumScaleFactor: CGFloat { get }
```

## Discussion

Discussion The minimum size is defined as a percentage of the original text size.

## See Also

### Changing the Text of an Element

- [fontSize](tvmlkit/tvviewelementstyle/fontsize.md)
- [fontWeight](tvmlkit/tvviewelementstyle/fontweight.md)
- [maxTextLines](tvmlkit/tvviewelementstyle/maxtextlines.md)
- [textAlignment](tvmlkit/tvviewelementstyle/textalignment.md)
- [textHighlightStyle](tvmlkit/tvviewelementstyle/texthighlightstyle.md)
- [textStyle](tvmlkit/tvviewelementstyle/textstyle.md)
