maxTextWidthFactor property

double maxTextWidthFactor
final

Maximum text width factor relative to tile size.

Prevents text from spanning too many neighboring tiles, which could cause truncation issues in tile-based rendering.

Implementation

final double maxTextWidthFactor = 0.95;