ReactOS 0.4.15-dev-7994-gb388cb6
FT_Bitmap_ Struct Reference

#include <ftimage.h>

Collaboration diagram for FT_Bitmap_:

Public Attributes

unsigned int rows
 
unsigned int width
 
int pitch
 
unsigned charbuffer
 
unsigned short num_grays
 
unsigned char pixel_mode
 
unsigned char palette_mode
 
voidpalette
 

Detailed Description

Definition at line 261 of file ftimage.h.

Member Data Documentation

◆ buffer

unsigned char* FT_Bitmap_::buffer

Definition at line 266 of file ftimage.h.

Referenced by ftGdiGetGlyphOutline(), and IntExtTextOutW().

◆ num_grays

unsigned short FT_Bitmap_::num_grays

Definition at line 267 of file ftimage.h.

◆ palette

void* FT_Bitmap_::palette

Definition at line 270 of file ftimage.h.

◆ palette_mode

unsigned char FT_Bitmap_::palette_mode

Definition at line 269 of file ftimage.h.

◆ pitch

int FT_Bitmap_::pitch

Definition at line 265 of file ftimage.h.

Referenced by ftc_inode_weight(), ftGdiGetGlyphOutline(), and IntExtTextOutW().

◆ pixel_mode

unsigned char FT_Bitmap_::pixel_mode

Definition at line 268 of file ftimage.h.

Referenced by ftGdiGetGlyphOutline().

◆ rows

unsigned int FT_Bitmap_::rows

◆ width

unsigned int FT_Bitmap_::width

Definition at line 264 of file ftimage.h.

Referenced by ft_bitmap_glyph_bbox(), ftGdiGetGlyphOutline(), and IntExtTextOutW().


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