bufferGetContentType
fn
harfbuzz.types.BufferContentType bufferGetContentType(harfbuzz.buffer.Buffer buffer)Fetches the type of buffer contents. Buffers are either empty, contain characters (before shaping), or contain glyphs (the result of shaping).
Parameters
buffer | An #hb_buffer_t |
Returns
The type of buffer contents