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]
Functions
cf2intrp.h File Reference
#include "cf2ft.h"
#include "cf2hints.h"

Go to the source code of this file.

Functions

FT_BEGIN_HEADER 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 charstring, CF2_OutlineCallbacks callbacks, const FT_Vector *translation, FT_Bool doingSeac, CF2_Fixed curX, CF2_Fixed curY, CF2_Fixed *width)
 

Function Documentation

◆ cf2_hintmask_getMaskPtr()

cf2_hintmask_getMaskPtr ( CF2_HintMask  hintmask)

Definition at line 102 of file cf2intrp.c.

◆ cf2_hintmask_init()

FT_BEGIN_HEADER 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()

cf2_hintmask_isNew ( const CF2_HintMask  hintmask)

Definition at line 84 of file cf2intrp.c.

References FT_LOCAL_DEF.

◆ cf2_hintmask_isValid()

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_setAll ( CF2_HintMask  hintmask,
size_t  bitCount 
)

Definition at line 174 of file cf2intrp.c.

References CF2_Int, CF2_UInt, and i.

◆ cf2_hintmask_setNew()

cf2_hintmask_setNew ( CF2_HintMask  hintmask,
FT_Bool  val 
)

Definition at line 91 of file cf2intrp.c.

References FT_LOCAL_DEF.

◆ cf2_interpT2CharString()

cf2_interpT2CharString ( CF2_Font  font,
CF2_Buffer  charstring,
CF2_OutlineCallbacks  callbacks,
const FT_Vector translation,
FT_Bool  doingSeac,
CF2_Fixed  curX,
CF2_Fixed  curY,
CF2_Fixed width 
)