Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "cf2ft.h"
#include "cf2glue.h"
#include "cf2font.h"
#include "cf2stack.h"
#include "cf2hints.h"
#include "cf2error.h"
Go to the source code of this file.
Macros | |
#define | FT_COMPONENT trace_cf2interp |
#define | CF2_FIXME |
Functions | |
cf2_hintmask_init (CF2_HintMask hintmask, FT_Error *error) | |
cf2_hintmask_isValid (const CF2_HintMask hintmask) | |
cf2_hintmask_isNew (const CF2_HintMask hintmask) | |
cf2_hintmask_setNew (CF2_HintMask hintmask, FT_Bool val) | |
cf2_hintmask_getMaskPtr (CF2_HintMask hintmask) | |
cf2_hintmask_setAll (CF2_HintMask hintmask, size_t bitCount) | |
cf2_interpT2CharString (CF2_Font font, CF2_Buffer buf, CF2_OutlineCallbacks callbacks, const FT_Vector *translation, FT_Bool doingSeac, CF2_Fixed curX, CF2_Fixed curY, CF2_Fixed *width) | |
#define CF2_FIXME |
Definition at line 61 of file cf2intrp.c.
#define FT_COMPONENT trace_cf2interp |
Definition at line 57 of file cf2intrp.c.
anonymous enum |
Definition at line 200 of file cf2intrp.c.
anonymous enum |
Definition at line 236 of file cf2intrp.c.
cf2_hintmask_getMaskPtr | ( | CF2_HintMask | hintmask | ) |
Definition at line 102 of file cf2intrp.c.
cf2_hintmask_init | ( | CF2_HintMask | hintmask, |
FT_Error * | error | ||
) |
Definition at line 67 of file cf2intrp.c.
References error, FT_Bool, FT_LOCAL_DEF, and FT_ZERO.
Referenced by cf2_interpT2CharString().
cf2_hintmask_isNew | ( | const CF2_HintMask | hintmask | ) |
Definition at line 84 of file cf2intrp.c.
References FT_LOCAL_DEF.
cf2_hintmask_isValid | ( | const CF2_HintMask | hintmask | ) |
Definition at line 77 of file cf2intrp.c.
References FT_Bool, and FT_LOCAL_DEF.
Referenced by cf2_interpT2CharString().
cf2_hintmask_setAll | ( | CF2_HintMask | hintmask, |
size_t | bitCount | ||
) |
Definition at line 174 of file cf2intrp.c.
cf2_hintmask_setNew | ( | CF2_HintMask | hintmask, |
FT_Bool | val | ||
) |
Definition at line 91 of file cf2intrp.c.
References FT_LOCAL_DEF.
cf2_interpT2CharString | ( | CF2_Font | font, |
CF2_Buffer | buf, | ||
CF2_OutlineCallbacks | callbacks, | ||
const FT_Vector * | translation, | ||
FT_Bool | doingSeac, | ||
CF2_Fixed | curX, | ||
CF2_Fixed | curY, | ||
CF2_Fixed * | width | ||
) |
Definition at line 417 of file cf2intrp.c.
References cf2_arrstack_getBuffer(), cf2_arrstack_init(), cf2_arrstack_setCount(), cf2_buf_isEnd(), cf2_buf_readByte(), cf2_cmdENDCHAR, cf2_cmdHSTEM, cf2_cmdHSTEMHM, cf2_cmdRESERVED_0, cf2_cmdRESERVED_13, cf2_cmdRESERVED_15, cf2_cmdRESERVED_16, cf2_cmdRESERVED_17, cf2_cmdRESERVED_2, cf2_cmdRESERVED_9, cf2_cmdRETURN, CF2_Fixed, cf2_getDefaultWidthX(), cf2_getNominalWidthX(), cf2_glyphpath_init(), cf2_hintmask_init(), cf2_hintmask_isValid(), CF2_Int, CF2_MAX_SUBR, cf2_stack_init(), error, FALSE, FT_Bool, FT_Err_Ok, FT_THROW(), FT_TRACE4, and NULL.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.