Skip to content

Globals

Global functions, constants, and classes used universally across the library.

Result/Status Code

  • TBLResult - an enumeration of result codes used to indicate failure for most APIs.

Types

  • TBLTag - tag is a 32-bit value representing 4 ASCII characters, used by PNG and OpenType at the moment.
  • TBLUniqueId - unique identifier is a 64-bit value, which must be unique for each domain where used.
  • TBLDataAccessFlags - provides a type of data access (read, write, or both).
  • TBLModifyOp - modification operation.
  • TBLBooleanOp - boolean operation.

Classes