Kohi Game Engine
stbtt_pack_context Struct Reference

#include <stb_truetype.h>

Data Fields

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
 

Field Documentation

◆ h_oversample

unsigned int h_oversample

◆ height

int height

◆ nodes

void* nodes

◆ pack_info

void* pack_info

◆ padding

int padding

◆ pixels

unsigned char* pixels

◆ skip_missing

int skip_missing

◆ stride_in_bytes

int stride_in_bytes

◆ user_allocator_context

void* user_allocator_context

◆ v_oversample

unsigned int v_oversample

◆ width

int width

The documentation for this struct was generated from the following file: