Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Attributes | List of all members
FT_Bitmap_ Struct Reference

#include <ftimage.h>

Public Attributes

int rows
 
int width
 
int pitch
 
unsigned char * buffer
 
short num_grays
 
char pixel_mode
 
char palette_mode
 
voidpalette
 

Detailed Description

Definition at line 310 of file ftimage.h.

Member Data Documentation

◆ buffer

unsigned char* FT_Bitmap_::buffer

◆ num_grays

short FT_Bitmap_::num_grays

Definition at line 316 of file ftimage.h.

Referenced by BDF_Glyph_Load(), and PCF_Glyph_Load().

◆ palette

void* FT_Bitmap_::palette

Definition at line 319 of file ftimage.h.

◆ palette_mode

char FT_Bitmap_::palette_mode

Definition at line 318 of file ftimage.h.

◆ pitch

int FT_Bitmap_::pitch

◆ pixel_mode

char FT_Bitmap_::pixel_mode

Definition at line 317 of file ftimage.h.

Referenced by BDF_Glyph_Load(), FT_Bitmap_Embolden(), and PCF_Glyph_Load().

◆ rows

int FT_Bitmap_::rows

◆ width

int FT_Bitmap_::width

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