Function

HarfBuzz-0.0HarfBuzzbuffer_has_positionsSince 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.

    Parameters

    Returns number

    true if the buffer has position array, false otherwise.

    2.7.3