TextBuffer.USE_REMAINING_SPACE

Used to specify that a writer's width or height should use all the space it can.

class TextBuffer
enum USE_REMAINING_SPACE = size_t.max;

Meta