Shaping
Shaping — Conversion of text strings into positioned glyphs
|
|
Description
Shaping is the central operation of HarfBuzz. Shaping operates on buffers,
which are sequences of Unicode characters that use the same font and have
the same text direction, script and language. After shaping the buffer
contains the output glyphs and their positions.
Types and Values
hb_feature_t
typedef struct {
hb_tag_t tag;
uint32_t value;
unsigned int start;
unsigned int end;
} hb_feature_t;