TextLayout is a graphic object that represents
styled text.
Instances of this class provide support for drawing, cursor
navigation, hit testing, text wrapping, alignment, tab expansion
line breaking, etc. These are aspects required for rendering internationalized text.
Application code must explicitly invoke the TextLayout#dispose()
method to release the operating system resources managed by each instance
when those instances are no longer required.
TextLayoutis a graphic object that represents styled text.Instances of this class provide support for drawing, cursor navigation, hit testing, text wrapping, alignment, tab expansion line breaking, etc. These are aspects required for rendering internationalized text.
Application code must explicitly invoke the
TextLayout#dispose()method to release the operating system resources managed by each instance when those instances are no longer required.