TypeScript API Documentation for HARFBUZZ
API Version: 0.0
Library Version: 11.5.1
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 2.7.3
Returns whether buffer has glyph position data. A buffer gains position data when hb_buffer_get_glyph_positions() is called on it, and cleared of position data when hb_buffer_clear_contents() is called.
buffer
hb_buffer_get_glyph_positions()
hb_buffer_clear_contents()
an HarfBuzz.buffer_t.
true if the buffer has position array, false otherwise.
true
false
2.7.3
Returns whether
bufferhas glyph position data. A buffer gains position data whenhb_buffer_get_glyph_positions()is called on it, and cleared of position data whenhb_buffer_clear_contents()is called.