ReactOS 0.4.15-dev-7934-g1dc8d80
FT_StreamRec_ Struct Reference

#include <ftsystem.h>

Collaboration diagram for FT_StreamRec_:

Public Attributes

unsigned charbase
 
unsigned long size
 
unsigned long pos
 
FT_StreamDesc descriptor
 
FT_StreamDesc pathname
 
FT_Stream_IoFunc read
 
FT_Stream_CloseFunc close
 
FT_Memory memory
 
unsigned charcursor
 
unsigned charlimit
 

Detailed Description

Definition at line 330 of file ftsystem.h.

Member Data Documentation

◆ base

unsigned char* FT_StreamRec_::base

Definition at line 332 of file ftsystem.h.

◆ close

FT_Stream_CloseFunc FT_StreamRec_::close

Definition at line 339 of file ftsystem.h.

Referenced by woff_open_font().

◆ cursor

unsigned char* FT_StreamRec_::cursor

Definition at line 342 of file ftsystem.h.

◆ descriptor

FT_StreamDesc FT_StreamRec_::descriptor

Definition at line 336 of file ftsystem.h.

◆ limit

unsigned char* FT_StreamRec_::limit

Definition at line 343 of file ftsystem.h.

◆ memory

FT_Memory FT_StreamRec_::memory

Definition at line 341 of file ftsystem.h.

Referenced by woff_open_font().

◆ pathname

FT_StreamDesc FT_StreamRec_::pathname

Definition at line 337 of file ftsystem.h.

◆ pos

unsigned long FT_StreamRec_::pos

Definition at line 334 of file ftsystem.h.

◆ read

FT_Stream_IoFunc FT_StreamRec_::read

Definition at line 338 of file ftsystem.h.

◆ size

unsigned long FT_StreamRec_::size

Definition at line 333 of file ftsystem.h.


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