hb_codepoint_t typedef
hb_codepoint_t = Uint32
hb_codepoint_t:
Data type for holding Unicode codepoints. Also used to hold glyph IDs.
Implementation
typedef hb_codepoint_t = ffi.Uint32;
hb_codepoint_t:
Data type for holding Unicode codepoints. Also used to hold glyph IDs.
typedef hb_codepoint_t = ffi.Uint32;