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]
Macros | Typedefs | Functions | Variables
bdfdrivr.c File Reference
#include <ft2build.h>
#include "bdf.h"
#include "bdfdrivr.h"
#include "bdferror.h"

Go to the source code of this file.

Macros

#define FT_COMPONENT   trace_bdfdriver
 

Typedefs

typedef struct BDF_CMapRec_ BDF_CMapRec
 
typedef struct BDF_CMapRec_ * BDF_CMap
 

Functions

 bdf_cmap_init (FT_CMap bdfcmap, FT_Pointer init_data)
 
 bdf_cmap_done (FT_CMap bdfcmap)
 
 bdf_cmap_char_index (FT_CMap bdfcmap, FT_UInt32 charcode)
 
 bdf_cmap_char_next (FT_CMap bdfcmap, FT_UInt32 *acharcode)
 
 BDF_Face_Done (FT_Face bdfface)
 
 BDF_Face_Init (FT_Stream stream, FT_Face bdfface, FT_Int face_index, FT_Int num_params, FT_Parameter *params)
 
 BDF_Size_Select (FT_Size size, FT_ULong strike_index)
 
 BDF_Size_Request (FT_Size size, FT_Size_Request req)
 
 BDF_Glyph_Load (FT_GlyphSlot slot, FT_Size size, FT_UInt glyph_index, FT_Int32 load_flags)
 
 bdf_driver_requester (FT_Module module, const char *name)
 

Variables

FT_CALLBACK_TABLE_DEF const FT_CMap_ClassRec bdf_cmap_class
 
FT_CALLBACK_TABLE_DEF const FT_Driver_ClassRec bdf_driver_class
 

Macro Definition Documentation

◆ FT_COMPONENT

#define FT_COMPONENT   trace_bdfdriver

Definition at line 51 of file bdfdrivr.c.

Typedef Documentation

◆ BDF_CMap

typedef struct BDF_CMapRec_ * BDF_CMap

◆ BDF_CMapRec

typedef struct BDF_CMapRec_ BDF_CMapRec

Function Documentation

◆ bdf_cmap_char_index()

bdf_cmap_char_index ( FT_CMap  bdfcmap,
FT_UInt32  charcode 
)

Definition at line 91 of file bdfdrivr.c.

References code, FT_CALLBACK_DEF, max, and vl::min().

◆ bdf_cmap_char_next()

bdf_cmap_char_next ( FT_CMap  bdfcmap,
FT_UInt32 acharcode 
)

Definition at line 130 of file bdfdrivr.c.

References code, FT_CALLBACK_TABLE_DEF, FT_TRACE1, max, and vl::min().

◆ bdf_cmap_done()

bdf_cmap_done ( FT_CMap  bdfcmap)

Definition at line 80 of file bdfdrivr.c.

References FT_CALLBACK_DEF, and NULL.

◆ bdf_cmap_init()

bdf_cmap_init ( FT_CMap  bdfcmap,
FT_Pointer  init_data 
)

◆ bdf_driver_requester()

bdf_driver_requester ( FT_Module  module,
const char *  name 
)

Definition at line 827 of file bdfdrivr.c.

References FT_CALLBACK_TABLE_DEF, ft_service_list_lookup(), and FT_UNUSED.

◆ BDF_Face_Done()

BDF_Face_Done ( FT_Face  bdfface)

◆ BDF_Face_Init()

BDF_Face_Init ( FT_Stream  stream,
FT_Face  bdfface,
FT_Int  face_index,
FT_Int  num_params,
FT_Parameter params 
)

◆ BDF_Glyph_Load()

BDF_Glyph_Load ( FT_GlyphSlot  slot,
FT_Size  size,
FT_UInt  glyph_index,
FT_Int32  load_flags 
)

◆ BDF_Size_Request()

BDF_Size_Request ( FT_Size  size,
FT_Size_Request  req 
)

◆ BDF_Size_Select()

BDF_Size_Select ( FT_Size  size,
FT_ULong  strike_index 
)

Variable Documentation

◆ bdf_cmap_class

Initial value:
=
{
sizeof ( BDF_CMapRec ),
}
#define NULL
Definition: ftobjs.h:61
bdf_cmap_init(FT_CMap bdfcmap, FT_Pointer init_data)
Definition: bdfdrivr.c:64
bdf_cmap_char_index(FT_CMap bdfcmap, FT_UInt32 charcode)
Definition: bdfdrivr.c:91
bdf_cmap_done(FT_CMap bdfcmap)
Definition: bdfdrivr.c:80
struct BDF_CMapRec_ BDF_CMapRec
bdf_cmap_char_next(FT_CMap bdfcmap, FT_UInt32 *acharcode)
Definition: bdfdrivr.c:130

Definition at line 186 of file bdfdrivr.c.

◆ bdf_driver_class

Definition at line 838 of file bdfdrivr.c.