Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <ft2build.h>
#include "ftsmooth.h"
#include "ftgrays.h"
#include "ftspic.h"
#include "ftsmerrs.h"
Go to the source code of this file.
Functions | |
FT_DEFINE_RENDERER (ft_smooth_renderer_class, FT_MODULE_RENDERER, sizeof(FT_RendererRec), "smooth", 0x10000L, 0x20000L, 0,(FT_Module_Constructor) ft_smooth_init,(FT_Module_Destructor) 0,(FT_Module_Requester) 0, FT_GLYPH_FORMAT_OUTLINE,(FT_Renderer_RenderFunc) ft_smooth_render,(FT_Renderer_TransformFunc) ft_smooth_transform,(FT_Renderer_GetCBoxFunc) ft_smooth_get_cbox,(FT_Renderer_SetModeFunc) ft_smooth_set_mode,(FT_Raster_Funcs *) &FT_GRAYS_RASTER_GET) FT_DEFINE_RENDERER(ft_smooth_lcd_renderer_class | |
sizeof (FT_RendererRec) | |
FT_DEFINE_RENDERER | ( | ft_smooth_renderer_class | , |
FT_MODULE_RENDERER | , | ||
sizeof(FT_RendererRec) | , | ||
"smooth" | , | ||
0x10000L | , | ||
0x20000L | , | ||
0 | , | ||
(FT_Module_Constructor) | ft_smooth_init, | ||
(FT_Module_Destructor) | 0, | ||
(FT_Module_Requester) | 0, | ||
FT_GLYPH_FORMAT_OUTLINE | , | ||
(FT_Renderer_RenderFunc) | ft_smooth_render, | ||
(FT_Renderer_TransformFunc) | ft_smooth_transform, | ||
(FT_Renderer_GetCBoxFunc) | ft_smooth_get_cbox, | ||
(FT_Renderer_SetModeFunc) | ft_smooth_set_mode, | ||
(FT_Raster_Funcs *) & | FT_GRAYS_RASTER_GET | ||
) |
sizeof | ( | FT_RendererRec | ) |
smooth FT_Module_Constructor FT_GLYPH_FORMAT_OUTLINE |
Definition at line 487 of file ftsmooth.c.
smooth FT_Module_Constructor FT_Module_Destructor |
Definition at line 487 of file ftsmooth.c.
FT_MODULE_RENDERER |
Definition at line 484 of file ftsmooth.c.
smooth FT_Module_Constructor FT_Module_Requester |
Definition at line 487 of file ftsmooth.c.
smooth FT_Module_Constructor FT_Renderer_RenderFunc FT_Renderer_TransformFunc FT_Renderer_GetCBoxFunc ft_smooth_get_cbox |
Definition at line 487 of file ftsmooth.c.
smooth FT_Module_Constructor ft_smooth_init |
Definition at line 487 of file ftsmooth.c.
smooth FT_Module_Constructor FT_Renderer_RenderFunc ft_smooth_render_lcd |
Definition at line 487 of file ftsmooth.c.
smooth FT_Module_Constructor FT_Renderer_RenderFunc FT_Renderer_TransformFunc FT_Renderer_GetCBoxFunc FT_Renderer_SetModeFunc ft_smooth_set_mode |
Definition at line 487 of file ftsmooth.c.
smooth FT_Module_Constructor FT_Renderer_RenderFunc FT_Renderer_TransformFunc ft_smooth_transform |
Definition at line 487 of file ftsmooth.c.
smooth lcd |
Definition at line 487 of file ftsmooth.c.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.