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]
Public Attributes | List of all members
AFM_ParserRec_ Struct Reference

#include <psaux.h>

Public Attributes

FT_Memory memory
 
AFM_Stream stream
 
AFM_FontInfo FontInfo
 
FT_Int(* get_index )(const char *name, FT_Offset len, void *user_data)
 
voiduser_data
 

Detailed Description

Definition at line 753 of file psaux.h.

Member Data Documentation

◆ FontInfo

AFM_FontInfo AFM_ParserRec_::FontInfo

Definition at line 758 of file psaux.h.

Referenced by afm_parser_parse(), parse_afm(), and T1_Read_Metrics().

◆ get_index

FT_Int(* AFM_ParserRec_::get_index) (const char *name, FT_Offset len, void *user_data)

Definition at line 761 of file psaux.h.

Referenced by parse_afm(), and T1_Read_Metrics().

◆ memory

FT_Memory AFM_ParserRec_::memory

Definition at line 755 of file psaux.h.

Referenced by afm_parser_parse().

◆ stream

AFM_Stream AFM_ParserRec_::stream

Definition at line 756 of file psaux.h.

◆ user_data

void* AFM_ParserRec_::user_data

Definition at line 765 of file psaux.h.


The documentation for this struct was generated from the following file: