ReactOS 0.4.15-dev-7788-g1ad9096
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 reserved
 
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 1908 of file freetype.h.

Member Data Documentation

◆ advance

FT_Vector FT_GlyphSlotRec_::advance

Definition at line 1919 of file freetype.h.

Referenced by gxv_prop_zero_advance_validate().

◆ bitmap

FT_Bitmap FT_GlyphSlotRec_::bitmap

Definition at line 1923 of file freetype.h.

Referenced by ftGdiGetGlyphOutline(), and T42_GlyphSlot_Load().

◆ bitmap_left

FT_Int FT_GlyphSlotRec_::bitmap_left

Definition at line 1924 of file freetype.h.

Referenced by T42_GlyphSlot_Load().

◆ bitmap_top

FT_Int FT_GlyphSlotRec_::bitmap_top

Definition at line 1925 of file freetype.h.

Referenced by T42_GlyphSlot_Load().

◆ control_data

void* FT_GlyphSlotRec_::control_data

Definition at line 1932 of file freetype.h.

Referenced by T42_GlyphSlot_Load(), and TT_Process_Composite_Glyph().

◆ control_len

long FT_GlyphSlotRec_::control_len

Definition at line 1933 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 1911 of file freetype.h.

Referenced by tt_glyph_load(), and tt_loader_init().

◆ format

◆ generic

FT_Generic FT_GlyphSlotRec_::generic

Definition at line 1914 of file freetype.h.

◆ internal

FT_Slot_Internal FT_GlyphSlotRec_::internal

Definition at line 1940 of file freetype.h.

Referenced by cf2_interpT2CharString(), and tt_loader_init().

◆ library

FT_Library FT_GlyphSlotRec_::library

Definition at line 1910 of file freetype.h.

Referenced by IntGetBitmapGlyphNoCache().

◆ linearHoriAdvance

FT_Fixed FT_GlyphSlotRec_::linearHoriAdvance

Definition at line 1917 of file freetype.h.

Referenced by compute_glyph_metrics(), and T42_GlyphSlot_Load().

◆ linearVertAdvance

FT_Fixed FT_GlyphSlotRec_::linearVertAdvance

Definition at line 1918 of file freetype.h.

Referenced by compute_glyph_metrics(), and T42_GlyphSlot_Load().

◆ lsb_delta

FT_Pos FT_GlyphSlotRec_::lsb_delta

Definition at line 1935 of file freetype.h.

◆ metrics

FT_Glyph_Metrics FT_GlyphSlotRec_::metrics

Definition at line 1916 of file freetype.h.

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

◆ next

FT_GlyphSlot FT_GlyphSlotRec_::next

Definition at line 1912 of file freetype.h.

Referenced by FT_Done_GlyphSlot().

◆ num_subglyphs

FT_UInt FT_GlyphSlotRec_::num_subglyphs

Definition at line 1929 of file freetype.h.

Referenced by cf2_interpT2CharString(), and T42_GlyphSlot_Load().

◆ other

void* FT_GlyphSlotRec_::other

Definition at line 1938 of file freetype.h.

◆ outline

◆ reserved

FT_UInt FT_GlyphSlotRec_::reserved

Definition at line 1913 of file freetype.h.

◆ rsb_delta

FT_Pos FT_GlyphSlotRec_::rsb_delta

Definition at line 1936 of file freetype.h.

◆ subglyphs

FT_SubGlyph FT_GlyphSlotRec_::subglyphs

Definition at line 1930 of file freetype.h.

Referenced by cf2_interpT2CharString(), and T42_GlyphSlot_Load().


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