BufferFlags
Description:
[ CCode ( cname = "hb_buffer_flags_t" , cprefix = "HB_BUFFER_FLAG_" , type_id = "hb_gobject_buffer_flags_get_type ()" ) ]
[ Flags ]
[ GIR ( name = "buffer_flags_t" ) ]
[ Version ( since = "0.9.20" ) ]
public enum BufferFlags
Content:
Enum values:
- BOT - flag indicating that special
handling of the beginning of text paragraph can be applied to this buffer.
- DEFAULT - the default buffer flag.
- DO_NOT_INSERT_DOTTED_CIRCLE -
flag indicating that a dotted circle should not be inserted in the rendering of incorrect character
sequences (such at <0905 093E>).
- EOT - flag indicating that special
handling of the end of text paragraph can be applied to this buffer, similar to
HB_BUFFER_FLAG_BOT.
- PRESERVE_DEFAULT_IGNORABLES -
flag indication that character with Default_Ignorable Unicode property should use the corresponding glyph
from the font, instead of hiding them (done by replacing them with the space glyph and zeroing the advance width.
- REMOVE_DEFAULT_IGNORABLES -
flag indication that character with Default_Ignorable Unicode property should be removed from glyph
string instead of hiding them (done by replacing them with the space glyph and zeroing the advance width.