getTextMaxAngle method

Future<double?> getTextMaxAngle()

Maximum angle change between adjacent characters.

Implementation

Future<double?> getTextMaxAngle() => messager.getTextMaxAngle(id);