#include <stb_truetype.h>
Public Attributes | |
| unsigned int | h_oversample |
| int | height |
| void * | nodes |
| void * | pack_info |
| int | padding |
| unsigned char * | pixels |
| int | stride_in_bytes |
| void * | user_allocator_context |
| unsigned int | v_oversample |
| int | width |
Definition at line 610 of file stb_truetype.h.
| unsigned int stbtt_pack_context::h_oversample |
Definition at line 617 of file stb_truetype.h.
| int stbtt_pack_context::height |
Definition at line 614 of file stb_truetype.h.
| void* stbtt_pack_context::nodes |
Definition at line 619 of file stb_truetype.h.
| void* stbtt_pack_context::pack_info |
Definition at line 612 of file stb_truetype.h.
| int stbtt_pack_context::padding |
Definition at line 616 of file stb_truetype.h.
| unsigned char* stbtt_pack_context::pixels |
Definition at line 618 of file stb_truetype.h.
| int stbtt_pack_context::stride_in_bytes |
Definition at line 615 of file stb_truetype.h.
| void* stbtt_pack_context::user_allocator_context |
Definition at line 611 of file stb_truetype.h.
| unsigned int stbtt_pack_context::v_oversample |
Definition at line 617 of file stb_truetype.h.
| int stbtt_pack_context::width |
Definition at line 613 of file stb_truetype.h.