DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
FT_GlyphSlotRec Struct Reference

#include <ft2_defs.h>

+ Collaboration diagram for FT_GlyphSlotRec:

Data Fields

FT_Vector advance
 
FT_Bitmap bitmap
 
FT_Int bitmap_left
 
FT_Int bitmap_top
 
voidcontrol_data
 
long control_len
 
FT_Face face
 
FT_Glyph_Format format
 
FT_Generic generic
 
FT_Slot_Internal internal
 
FT_Library library
 
FT_Fixed linearHoriAdvance
 
FT_Fixed linearVertAdvance
 
FT_Pos lsb_delta
 
FT_Glyph_Metrics metrics
 
FT_GlyphSlot next
 
FT_UInt num_subglyphs
 
voidother
 
FT_Outline outline
 
FT_UInt reserved
 
FT_Pos rsb_delta
 
FT_SubGlyph subglyphs
 

Detailed Description

Definition at line 443 of file ft2_defs.h.

Field Documentation

◆ advance

FT_Vector FT_GlyphSlotRec::advance

Definition at line 454 of file ft2_defs.h.

◆ bitmap

FT_Bitmap FT_GlyphSlotRec::bitmap

Definition at line 458 of file ft2_defs.h.

◆ bitmap_left

FT_Int FT_GlyphSlotRec::bitmap_left

Definition at line 459 of file ft2_defs.h.

◆ bitmap_top

FT_Int FT_GlyphSlotRec::bitmap_top

Definition at line 460 of file ft2_defs.h.

◆ control_data

void* FT_GlyphSlotRec::control_data

Definition at line 467 of file ft2_defs.h.

◆ control_len

long FT_GlyphSlotRec::control_len

Definition at line 468 of file ft2_defs.h.

◆ face

FT_Face FT_GlyphSlotRec::face

Definition at line 446 of file ft2_defs.h.

◆ format

FT_Glyph_Format FT_GlyphSlotRec::format

Definition at line 456 of file ft2_defs.h.

◆ generic

FT_Generic FT_GlyphSlotRec::generic

Definition at line 449 of file ft2_defs.h.

◆ internal

FT_Slot_Internal FT_GlyphSlotRec::internal

Definition at line 475 of file ft2_defs.h.

◆ library

FT_Library FT_GlyphSlotRec::library

Definition at line 445 of file ft2_defs.h.

◆ linearHoriAdvance

FT_Fixed FT_GlyphSlotRec::linearHoriAdvance

Definition at line 452 of file ft2_defs.h.

◆ linearVertAdvance

FT_Fixed FT_GlyphSlotRec::linearVertAdvance

Definition at line 453 of file ft2_defs.h.

◆ lsb_delta

FT_Pos FT_GlyphSlotRec::lsb_delta

Definition at line 470 of file ft2_defs.h.

◆ metrics

FT_Glyph_Metrics FT_GlyphSlotRec::metrics

Definition at line 451 of file ft2_defs.h.

◆ next

FT_GlyphSlot FT_GlyphSlotRec::next

Definition at line 447 of file ft2_defs.h.

◆ num_subglyphs

FT_UInt FT_GlyphSlotRec::num_subglyphs

Definition at line 464 of file ft2_defs.h.

◆ other

void* FT_GlyphSlotRec::other

Definition at line 473 of file ft2_defs.h.

◆ outline

FT_Outline FT_GlyphSlotRec::outline

Definition at line 462 of file ft2_defs.h.

◆ reserved

FT_UInt FT_GlyphSlotRec::reserved

Definition at line 448 of file ft2_defs.h.

◆ rsb_delta

FT_Pos FT_GlyphSlotRec::rsb_delta

Definition at line 471 of file ft2_defs.h.

◆ subglyphs

FT_SubGlyph FT_GlyphSlotRec::subglyphs

Definition at line 465 of file ft2_defs.h.


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