Module: Atk::TextClipType

Defined in:
(unknown)

Constant Summary collapse

NONE =

No clipping to be done

0 or :none
MIN =

Text clipped by min coordinate is omitted

1 or :min
MAX =

Text clipped by max coordinate is omitted

2 or :max
BOTH =

Only text fully within mix/max bound is retained

3 or :both