TextClipType
Description:
[ CCode ( cprefix = "ATSPI_TEXT_CLIP_" , type_id = "atspi_text_clip_type_get_type ()" ) ]
public enum TextClipType
Enumeration used by interface Text to indicate how to treat characters intersecting
bounding boxes.
Content:
Enum values:
- BOTH - Only glyphs falling entirely within
the region bounded by min and max are retained.
- MAX - Characters/glyphs which intersect the
maximum coordinate are omitted.
- MIN - Characters/glyphs clipped by the
minimum coordinate are omitted.
- NONE - No characters/glyphs are omitted.