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
test_afm.c File Reference
#include <ft2build.h>

Go to the source code of this file.

Functions

void dump_fontinfo (AFM_FontInfo fi)
 
int dummy_get_index (const char *name, FT_Offset len, void *user_data)
 
FT_Error parse_afm (FT_Library library, FT_Stream stream, AFM_FontInfo fi)
 
int main (int argc, char **argv)
 

Function Documentation

◆ dummy_get_index()

int dummy_get_index ( const char *  name,
FT_Offset  len,
void user_data 
)

Definition at line 65 of file test_afm.c.

Referenced by parse_afm().

◆ dump_fontinfo()

void dump_fontinfo ( AFM_FontInfo  fi)

◆ main()

int main ( int  argc,
char **  argv 
)

◆ parse_afm()

FT_Error parse_afm ( FT_Library  library,
FT_Stream  stream,
AFM_FontInfo  fi 
)