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

#include </local/soft/visp/visp-web-script/visp/modules/core/src/image/private/stb_truetype.h>

Public Attributes

int w
 
int h
 
int stride
 
unsigned char * pixels
 

Detailed Description

Definition at line 924 of file stb_truetype.h.

Member Data Documentation

◆ h

int stbtt__bitmap::h

Definition at line 926 of file stb_truetype.h.

◆ pixels

unsigned char* stbtt__bitmap::pixels

Definition at line 927 of file stb_truetype.h.

◆ stride

int stbtt__bitmap::stride

Definition at line 926 of file stb_truetype.h.

◆ w

int stbtt__bitmap::w

Definition at line 926 of file stb_truetype.h.