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

#include <ftsystem.h>

Public Attributes

unsigned char * base
 
unsigned long size
 
unsigned long pos
 
FT_StreamDesc descriptor
 
FT_StreamDesc pathname
 
FT_Stream_IoFunc read
 
FT_Stream_CloseFunc close
 
FT_Memory memory
 
unsigned char * cursor
 
unsigned char * limit
 

Detailed Description

Definition at line 321 of file ftsystem.h.

Member Data Documentation

◆ base

unsigned char* FT_StreamRec_::base

Definition at line 323 of file ftsystem.h.

Referenced by FT_New_Memory_Face().

◆ close

FT_Stream_CloseFunc FT_StreamRec_::close

Definition at line 330 of file ftsystem.h.

Referenced by FT_New_Memory_Face().

◆ cursor

unsigned char* FT_StreamRec_::cursor

◆ descriptor

FT_StreamDesc FT_StreamRec_::descriptor

Definition at line 327 of file ftsystem.h.

◆ limit

unsigned char* FT_StreamRec_::limit

Definition at line 334 of file ftsystem.h.

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

◆ memory

FT_Memory FT_StreamRec_::memory

◆ pathname

FT_StreamDesc FT_StreamRec_::pathname

Definition at line 328 of file ftsystem.h.

Referenced by FT_Stream_New().

◆ pos

unsigned long FT_StreamRec_::pos

Definition at line 325 of file ftsystem.h.

◆ read

FT_Stream_IoFunc FT_StreamRec_::read

Definition at line 329 of file ftsystem.h.

◆ size

unsigned long FT_StreamRec_::size

Definition at line 324 of file ftsystem.h.

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


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