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
otvalid.h File Reference
#include <ft2build.h>
#include "otverror.h"

Go to the source code of this file.

Functions

FT_BEGIN_HEADER otv_BASE_validate (FT_Bytes table, FT_Validator valid)
 
 otv_GDEF_validate (FT_Bytes table, FT_Bytes gsub, FT_Bytes gpos, FT_UInt glyph_count, FT_Validator valid)
 
 otv_GPOS_validate (FT_Bytes table, FT_UInt glyph_count, FT_Validator valid)
 
 otv_GSUB_validate (FT_Bytes table, FT_UInt glyph_count, FT_Validator valid)
 
 otv_JSTF_validate (FT_Bytes table, FT_Bytes gsub, FT_Bytes gpos, FT_UInt glyph_count, FT_Validator valid)
 
 otv_MATH_validate (FT_Bytes table, FT_UInt glyph_count, FT_Validator ftvalid)
 

Function Documentation

◆ otv_BASE_validate()

FT_BEGIN_HEADER otv_BASE_validate ( FT_Bytes  table,
FT_Validator  valid 
)

◆ otv_GDEF_validate()

otv_GDEF_validate ( FT_Bytes  table,
FT_Bytes  gsub,
FT_Bytes  gpos,
FT_UInt  glyph_count,
FT_Validator  valid 
)

◆ otv_GPOS_validate()

otv_GPOS_validate ( FT_Bytes  table,
FT_UInt  glyph_count,
FT_Validator  valid 
)

◆ otv_GSUB_validate()

otv_GSUB_validate ( FT_Bytes  table,
FT_UInt  glyph_count,
FT_Validator  valid 
)

◆ otv_JSTF_validate()

otv_JSTF_validate ( FT_Bytes  table,
FT_Bytes  gsub,
FT_Bytes  gpos,
FT_UInt  glyph_count,
FT_Validator  valid 
)

◆ otv_MATH_validate()

otv_MATH_validate ( FT_Bytes  table,
FT_UInt  glyph_count,
FT_Validator  ftvalid 
)