• B
    Add buffer flags · 0c7df222
    Behdad Esfahbod 提交于
    New API:
    
    	hb_buffer_flags_t
    
    	HB_BUFFER_FLAGS_DEFAULT
    	HB_BUFFER_FLAG_BOT
    	HB_BUFFER_FLAG_EOT
    	HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES
    
    	hb_buffer_set_flags()
    	hb_buffer_get_flags()
    
    We use the BOT flag to decide whether to insert dottedcircle if the
    first char in the buffer is a combining mark.
    
    The PRESERVE_DEFAULT_IGNORABLES flag prevents removal of characters like
    ZWNJ/ZWJ/...
    0c7df222
test-buffer.c 23.7 KB