TextClipType
Description:
[ CCode ( cprefix = "ATK_TEXT_CLIP_" , type_id = "atk_text_clip_type_get_type ()" ) ]
public enum TextClipType
Describes the type of clipping required.
Content:
Enum values:
- BOTH - Only text fully within mix/max bound is
retained
- MAX - Text clipped by max coordinate is omitted
- MIN - Text clipped by min coordinate is omitted
- NONE - No clipping to be done