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]
Classes | Macros | Typedefs | Functions
afglobal.h File Reference
#include "aftypes.h"
#include "afmodule.h"

Go to the source code of this file.

Classes

struct  AF_FaceGlobalsRec_
 

Macros

#define AF_SCRIPT_FALLBACK   2
 
#define AF_SCRIPT_NONE   0x7F
 
#define AF_DIGIT   0x80
 
#define AF_PROP_INCREASE_X_HEIGHT_MIN   6
 
#define AF_PROP_INCREASE_X_HEIGHT_MAX   0
 

Typedefs

typedef struct AF_FaceGlobalsRec_ AF_FaceGlobalsRec
 

Functions

 af_face_globals_new (FT_Face face, AF_FaceGlobals *aglobals, AF_Module module)
 
 af_face_globals_get_metrics (AF_FaceGlobals globals, FT_UInt gindex, FT_UInt options, AF_ScriptMetrics *ametrics)
 
 af_face_globals_free (AF_FaceGlobals globals)
 
 af_face_globals_is_digit (AF_FaceGlobals globals, FT_UInt gindex)
 

Macro Definition Documentation

◆ AF_DIGIT

#define AF_DIGIT   0x80

Definition at line 41 of file afglobal.h.

Referenced by af_face_globals_is_digit().

◆ AF_PROP_INCREASE_X_HEIGHT_MAX

#define AF_PROP_INCREASE_X_HEIGHT_MAX   0

Definition at line 45 of file afglobal.h.

◆ AF_PROP_INCREASE_X_HEIGHT_MIN

#define AF_PROP_INCREASE_X_HEIGHT_MIN   6

Definition at line 44 of file afglobal.h.

◆ AF_SCRIPT_FALLBACK

#define AF_SCRIPT_FALLBACK   2

Definition at line 37 of file afglobal.h.

Referenced by af_autofitter_init().

◆ AF_SCRIPT_NONE

#define AF_SCRIPT_NONE   0x7F

Definition at line 39 of file afglobal.h.

Referenced by af_face_globals_get_metrics().

Typedef Documentation

◆ AF_FaceGlobalsRec

Function Documentation

◆ af_face_globals_free()

af_face_globals_free ( AF_FaceGlobals  globals)

◆ af_face_globals_get_metrics()

af_face_globals_get_metrics ( AF_FaceGlobals  globals,
FT_UInt  gindex,
FT_UInt  options,
AF_ScriptMetrics ametrics 
)

◆ af_face_globals_is_digit()

af_face_globals_is_digit ( AF_FaceGlobals  globals,
FT_UInt  gindex 
)

Definition at line 294 of file afglobal.c.

References AF_DIGIT, and FT_Bool.

◆ af_face_globals_new()

af_face_globals_new ( FT_Face  face,
AF_FaceGlobals aglobals,
AF_Module  module 
)