Eclipse SUMO - Simulation of Urban MObility
stbtt_pack_context Struct Reference

#include <stb_truetype.h>

Collaboration diagram for stbtt_pack_context:

Data Fields

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
 

Detailed Description

Definition at line 633 of file stb_truetype.h.

Field Documentation

◆ h_oversample

unsigned int stbtt_pack_context::h_oversample

Definition at line 640 of file stb_truetype.h.

◆ height

int stbtt_pack_context::height

Definition at line 637 of file stb_truetype.h.

◆ nodes

void* stbtt_pack_context::nodes

Definition at line 642 of file stb_truetype.h.

◆ pack_info

void* stbtt_pack_context::pack_info

Definition at line 635 of file stb_truetype.h.

◆ padding

int stbtt_pack_context::padding

Definition at line 639 of file stb_truetype.h.

◆ pixels

unsigned char* stbtt_pack_context::pixels

Definition at line 641 of file stb_truetype.h.

◆ stride_in_bytes

int stbtt_pack_context::stride_in_bytes

Definition at line 638 of file stb_truetype.h.

◆ user_allocator_context

void* stbtt_pack_context::user_allocator_context

Definition at line 634 of file stb_truetype.h.

◆ v_oversample

unsigned int stbtt_pack_context::v_oversample

Definition at line 640 of file stb_truetype.h.

◆ width

int stbtt_pack_context::width

Definition at line 636 of file stb_truetype.h.


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