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_Raster_Funcs_ Struct Reference

#include <ftimage.h>

Public Attributes

FT_Glyph_Format glyph_format
 
FT_Raster_NewFunc raster_new
 
FT_Raster_ResetFunc raster_reset
 
FT_Raster_SetModeFunc raster_set_mode
 
FT_Raster_RenderFunc raster_render
 
FT_Raster_DoneFunc raster_done
 

Detailed Description

Definition at line 1288 of file ftimage.h.

Member Data Documentation

◆ glyph_format

FT_Glyph_Format FT_Raster_Funcs_::glyph_format

Definition at line 1290 of file ftimage.h.

◆ raster_done

FT_Raster_DoneFunc FT_Raster_Funcs_::raster_done

Definition at line 1295 of file ftimage.h.

◆ raster_new

FT_Raster_NewFunc FT_Raster_Funcs_::raster_new

Definition at line 1291 of file ftimage.h.

◆ raster_render

FT_Raster_RenderFunc FT_Raster_Funcs_::raster_render

Definition at line 1294 of file ftimage.h.

◆ raster_reset

FT_Raster_ResetFunc FT_Raster_Funcs_::raster_reset

Definition at line 1292 of file ftimage.h.

◆ raster_set_mode

FT_Raster_SetModeFunc FT_Raster_Funcs_::raster_set_mode

Definition at line 1293 of file ftimage.h.


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