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
gxvprop.c File Reference
#include "gxvalid.h"
#include "gxvcommn.h"

Go to the source code of this file.

Macros

#define FT_COMPONENT   trace_gxvprop
 
#define GXV_PROP_HEADER_SIZE   ( 4 + 2 + 2 )
 
#define GXV_PROP_SIZE_MIN   GXV_PROP_HEADER_SIZE
 
#define GXV_PROP_DATA(field)   GXV_TABLE_DATA( prop, field )
 
#define GXV_PROP_FLOATER   0x8000U
 
#define GXV_PROP_USE_COMPLEMENTARY_BRACKET   0x1000U
 
#define GXV_PROP_COMPLEMENTARY_BRACKET_OFFSET   0x0F00U
 
#define GXV_PROP_ATTACHING_TO_RIGHT   0x0080U
 
#define GXV_PROP_RESERVED   0x0060U
 
#define GXV_PROP_DIRECTIONALITY_CLASS   0x001FU
 

Typedefs

typedef struct GXV_prop_DataRec_ GXV_prop_DataRec
 
typedef struct GXV_prop_DataRec_ * GXV_prop_Data
 

Functions

 gxv_prop_validate (FT_Bytes table, FT_Face face, FT_Validator ftvalid)
 

Macro Definition Documentation

◆ FT_COMPONENT

#define FT_COMPONENT   trace_gxvprop

Definition at line 38 of file gxvprop.c.

◆ GXV_PROP_ATTACHING_TO_RIGHT

#define GXV_PROP_ATTACHING_TO_RIGHT   0x0080U

Definition at line 63 of file gxvprop.c.

◆ GXV_PROP_COMPLEMENTARY_BRACKET_OFFSET

#define GXV_PROP_COMPLEMENTARY_BRACKET_OFFSET   0x0F00U

Definition at line 62 of file gxvprop.c.

◆ GXV_PROP_DATA

#define GXV_PROP_DATA (   field)    GXV_TABLE_DATA( prop, field )

Definition at line 58 of file gxvprop.c.

◆ GXV_PROP_DIRECTIONALITY_CLASS

#define GXV_PROP_DIRECTIONALITY_CLASS   0x001FU

Definition at line 65 of file gxvprop.c.

◆ GXV_PROP_FLOATER

#define GXV_PROP_FLOATER   0x8000U

Definition at line 60 of file gxvprop.c.

◆ GXV_PROP_HEADER_SIZE

#define GXV_PROP_HEADER_SIZE   ( 4 + 2 + 2 )

Definition at line 49 of file gxvprop.c.

◆ GXV_PROP_RESERVED

#define GXV_PROP_RESERVED   0x0060U

Definition at line 64 of file gxvprop.c.

◆ GXV_PROP_SIZE_MIN

#define GXV_PROP_SIZE_MIN   GXV_PROP_HEADER_SIZE

Definition at line 50 of file gxvprop.c.

◆ GXV_PROP_USE_COMPLEMENTARY_BRACKET

#define GXV_PROP_USE_COMPLEMENTARY_BRACKET   0x1000U

Definition at line 61 of file gxvprop.c.

Typedef Documentation

◆ GXV_prop_Data

typedef struct GXV_prop_DataRec_ * GXV_prop_Data

◆ GXV_prop_DataRec

typedef struct GXV_prop_DataRec_ GXV_prop_DataRec

Function Documentation

◆ gxv_prop_validate()

gxv_prop_validate ( FT_Bytes  table,
FT_Face  face,
FT_Validator  ftvalid 
)