[]
Represents text layout abstraction.
public interface ITextLayoutService
Name | Description |
---|---|
Layout(string, Font, float, TextLayoutParams) | Layouts a text. |
LayoutShrinkToFit(string, Font, float, float, TextLayoutParams, out float) | Layouts a text with attempt to find min possible font |
TrimTextLines(string, Font, float, float, TextLayoutParams) | Trim text overflowing the layout box. Do not take into account justification. |