Visual Servoing Platform
version 3.5.0 under development (2022-02-15)
|
#include </local/soft/visp/visp-web-script/visp/modules/core/src/image/private/stb_truetype.h>
Public Attributes | |
void * | user_allocator_context |
void * | pack_info |
int | width |
int | height |
int | stride_in_bytes |
int | padding |
int | skip_missing |
unsigned int | h_oversample |
unsigned int | v_oversample |
unsigned char * | pixels |
void * | nodes |
Definition at line 678 of file stb_truetype.h.
unsigned int stbtt_pack_context::h_oversample |
Definition at line 686 of file stb_truetype.h.
int stbtt_pack_context::height |
Definition at line 682 of file stb_truetype.h.
void* stbtt_pack_context::nodes |
Definition at line 688 of file stb_truetype.h.
void* stbtt_pack_context::pack_info |
Definition at line 680 of file stb_truetype.h.
int stbtt_pack_context::padding |
Definition at line 684 of file stb_truetype.h.
unsigned char* stbtt_pack_context::pixels |
Definition at line 687 of file stb_truetype.h.
int stbtt_pack_context::skip_missing |
Definition at line 685 of file stb_truetype.h.
int stbtt_pack_context::stride_in_bytes |
Definition at line 683 of file stb_truetype.h.
void* stbtt_pack_context::user_allocator_context |
Definition at line 679 of file stb_truetype.h.
unsigned int stbtt_pack_context::v_oversample |
Definition at line 686 of file stb_truetype.h.
int stbtt_pack_context::width |
Definition at line 681 of file stb_truetype.h.