Elaztek Developer Hub
Blamite Game Engine - blam!  00346.12.11.21.0529.blamite
The core library for the Blamite Game Engine.
stbtt_pack_context Struct Reference

#include <imstb_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
 

Member Data Documentation

◆ h_oversample

unsigned int stbtt_pack_context::h_oversample

◆ height

int stbtt_pack_context::height

◆ nodes

void* stbtt_pack_context::nodes

◆ pack_info

void* stbtt_pack_context::pack_info

◆ padding

int stbtt_pack_context::padding

◆ pixels

unsigned char* stbtt_pack_context::pixels

◆ skip_missing

int stbtt_pack_context::skip_missing

◆ stride_in_bytes

int stbtt_pack_context::stride_in_bytes

◆ user_allocator_context

void* stbtt_pack_context::user_allocator_context

◆ v_oversample

unsigned int stbtt_pack_context::v_oversample

◆ width

int stbtt_pack_context::width

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