Visual Servoing Platform  version 3.5.0 under development (2022-02-15)
stbtt_pack_context Struct Reference

#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
 

Detailed Description

Definition at line 678 of file stb_truetype.h.

Member Data Documentation

◆ h_oversample

unsigned int stbtt_pack_context::h_oversample

Definition at line 686 of file stb_truetype.h.

◆ height

int stbtt_pack_context::height

Definition at line 682 of file stb_truetype.h.

◆ nodes

void* stbtt_pack_context::nodes

Definition at line 688 of file stb_truetype.h.

◆ pack_info

void* stbtt_pack_context::pack_info

Definition at line 680 of file stb_truetype.h.

◆ padding

int stbtt_pack_context::padding

Definition at line 684 of file stb_truetype.h.

◆ pixels

unsigned char* stbtt_pack_context::pixels

Definition at line 687 of file stb_truetype.h.

◆ skip_missing

int stbtt_pack_context::skip_missing

Definition at line 685 of file stb_truetype.h.

◆ stride_in_bytes

int stbtt_pack_context::stride_in_bytes

Definition at line 683 of file stb_truetype.h.

◆ user_allocator_context

void* stbtt_pack_context::user_allocator_context

Definition at line 679 of file stb_truetype.h.

◆ v_oversample

unsigned int stbtt_pack_context::v_oversample

Definition at line 686 of file stb_truetype.h.

◆ width

int stbtt_pack_context::width

Definition at line 681 of file stb_truetype.h.