Cobbletext
0.2.0
Complex text layout and rendering engine
|
uint64_t CobbletextCustomPropertyID
A user-provided integer for custom properties.
Definition: common.h:48
uint32_t CobbletextInlineObjectID
A user-provided identifer for inline objects.
Definition: common.h:38
int32_t cobbletext_get_version_patch()
Returns Z from the X.Y.Z version.
uint32_t CobbletextFontID
Unique font face ID.
Definition: common.h:18
int32_t cobbletext_get_version_major()
Returns X from the X.Y.Z version.
const char * cobbletext_get_version()
Returns the version string formatted as X.Y.Z.
int32_t cobbletext_get_version_minor()
Returns Y from the X.Y.Z version.
#define COBBLETEXT_API
Macro for Windows C symbol import and export, Emscripten attribute.
Definition: macros.h:18
uint32_t CobbletextGlyphID
Unique glyph ID.
Definition: common.h:31