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
T1_FieldRec_ Struct Reference

#include <psaux.h>

Public Attributes

const char * ident
 
T1_FieldLocation location
 
T1_FieldType type
 
T1_Field_ParseFunc reader
 
FT_UInt offset
 
FT_Byte size
 
FT_UInt array_max
 
FT_UInt count_offset
 
FT_UInt dict
 

Detailed Description

Definition at line 224 of file psaux.h.

Member Data Documentation

◆ array_max

FT_UInt T1_FieldRec_::array_max

Definition at line 232 of file psaux.h.

◆ count_offset

FT_UInt T1_FieldRec_::count_offset

Definition at line 234 of file psaux.h.

◆ dict

FT_UInt T1_FieldRec_::dict

Definition at line 240 of file psaux.h.

◆ ident

const char* T1_FieldRec_::ident

Definition at line 226 of file psaux.h.

Referenced by t42_parse_dict().

◆ location

T1_FieldLocation T1_FieldRec_::location

Definition at line 227 of file psaux.h.

◆ offset

FT_UInt T1_FieldRec_::offset

Definition at line 230 of file psaux.h.

Referenced by ps_parser_load_field_table().

◆ reader

T1_Field_ParseFunc T1_FieldRec_::reader

Definition at line 229 of file psaux.h.

◆ size

FT_Byte T1_FieldRec_::size

Definition at line 231 of file psaux.h.

Referenced by ps_parser_load_field_table().

◆ type

T1_FieldType T1_FieldRec_::type

Definition at line 228 of file psaux.h.

Referenced by ps_parser_load_field_table().


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