ReactOS 0.4.16-dev-983-g23ad936
FT_GlyphSlotRec_ Struct Reference

#include <freetype.h>

Collaboration diagram for FT_GlyphSlotRec_:

Public Attributes

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

Detailed Description

Definition at line 1877 of file freetype.h.

Member Data Documentation

◆ advance

FT_Vector FT_GlyphSlotRec_::advance

Definition at line 1888 of file freetype.h.

Referenced by gxv_prop_zero_advance_validate().

◆ bitmap

FT_Bitmap FT_GlyphSlotRec_::bitmap

Definition at line 1892 of file freetype.h.

Referenced by ftGdiGetGlyphOutline(), and T42_GlyphSlot_Load().

◆ bitmap_left

FT_Int FT_GlyphSlotRec_::bitmap_left

Definition at line 1893 of file freetype.h.

Referenced by T42_GlyphSlot_Load().

◆ bitmap_top

FT_Int FT_GlyphSlotRec_::bitmap_top

Definition at line 1894 of file freetype.h.

Referenced by T42_GlyphSlot_Load().

◆ control_data

void* FT_GlyphSlotRec_::control_data

Definition at line 1901 of file freetype.h.

Referenced by T42_GlyphSlot_Load(), and TT_Process_Composite_Glyph().

◆ control_len

long FT_GlyphSlotRec_::control_len

Definition at line 1902 of file freetype.h.

Referenced by T42_GlyphSlot_Load(), TT_Hint_Glyph(), and TT_Process_Composite_Glyph().

◆ face

FT_Face FT_GlyphSlotRec_::face

Definition at line 1880 of file freetype.h.

Referenced by tt_glyph_load(), and tt_loader_init().

◆ format

◆ generic

FT_Generic FT_GlyphSlotRec_::generic

Definition at line 1883 of file freetype.h.

◆ glyph_index

FT_UInt FT_GlyphSlotRec_::glyph_index

Definition at line 1882 of file freetype.h.

◆ internal

FT_Slot_Internal FT_GlyphSlotRec_::internal

Definition at line 1909 of file freetype.h.

Referenced by cf2_interpT2CharString(), and tt_loader_init().

◆ library

FT_Library FT_GlyphSlotRec_::library

Definition at line 1879 of file freetype.h.

◆ linearHoriAdvance

FT_Fixed FT_GlyphSlotRec_::linearHoriAdvance

Definition at line 1886 of file freetype.h.

Referenced by compute_glyph_metrics(), and T42_GlyphSlot_Load().

◆ linearVertAdvance

FT_Fixed FT_GlyphSlotRec_::linearVertAdvance

Definition at line 1887 of file freetype.h.

Referenced by compute_glyph_metrics(), and T42_GlyphSlot_Load().

◆ lsb_delta

FT_Pos FT_GlyphSlotRec_::lsb_delta

Definition at line 1904 of file freetype.h.

◆ metrics

FT_Glyph_Metrics FT_GlyphSlotRec_::metrics

Definition at line 1885 of file freetype.h.

Referenced by compute_glyph_metrics(), ftGdiGetGlyphOutline(), and T42_GlyphSlot_Load().

◆ next

FT_GlyphSlot FT_GlyphSlotRec_::next

Definition at line 1881 of file freetype.h.

Referenced by FT_Done_GlyphSlot().

◆ num_subglyphs

FT_UInt FT_GlyphSlotRec_::num_subglyphs

Definition at line 1898 of file freetype.h.

Referenced by cf2_interpT2CharString(), and T42_GlyphSlot_Load().

◆ other

void* FT_GlyphSlotRec_::other

Definition at line 1907 of file freetype.h.

◆ outline

◆ rsb_delta

FT_Pos FT_GlyphSlotRec_::rsb_delta

Definition at line 1905 of file freetype.h.

◆ subglyphs

FT_SubGlyph FT_GlyphSlotRec_::subglyphs

Definition at line 1899 of file freetype.h.

Referenced by cf2_interpT2CharString(), and T42_GlyphSlot_Load().


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