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

#include <freetype.h>

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 1612 of file freetype.h.

Member Data Documentation

◆ advance

FT_Vector FT_GlyphSlotRec_::advance

Definition at line 1623 of file freetype.h.

◆ bitmap

FT_Bitmap FT_GlyphSlotRec_::bitmap

Definition at line 1627 of file freetype.h.

Referenced by cff_slot_load(), and FT_Render_Glyph_Internal().

◆ bitmap_left

FT_Int FT_GlyphSlotRec_::bitmap_left

Definition at line 1628 of file freetype.h.

Referenced by cff_slot_load().

◆ bitmap_top

FT_Int FT_GlyphSlotRec_::bitmap_top

Definition at line 1629 of file freetype.h.

Referenced by cff_slot_load().

◆ control_data

void* FT_GlyphSlotRec_::control_data

Definition at line 1636 of file freetype.h.

Referenced by cff_slot_load().

◆ control_len

long FT_GlyphSlotRec_::control_len

Definition at line 1637 of file freetype.h.

Referenced by cff_slot_load().

◆ face

FT_Face FT_GlyphSlotRec_::face

Definition at line 1615 of file freetype.h.

Referenced by cff_slot_load(), FT_Done_GlyphSlot(), FT_New_GlyphSlot(), and FT_Render_Glyph().

◆ format

FT_Glyph_Format FT_GlyphSlotRec_::format

◆ generic

FT_Generic FT_GlyphSlotRec_::generic

Definition at line 1618 of file freetype.h.

Referenced by FT_Done_GlyphSlot().

◆ internal

FT_Slot_Internal FT_GlyphSlotRec_::internal

Definition at line 1644 of file freetype.h.

Referenced by FT_Glyph_To_Bitmap().

◆ library

FT_Library FT_GlyphSlotRec_::library

Definition at line 1614 of file freetype.h.

Referenced by FT_Glyph_To_Bitmap().

◆ linearHoriAdvance

FT_Fixed FT_GlyphSlotRec_::linearHoriAdvance

Definition at line 1621 of file freetype.h.

Referenced by cff_get_advances(), and cff_slot_load().

◆ linearVertAdvance

FT_Fixed FT_GlyphSlotRec_::linearVertAdvance

Definition at line 1622 of file freetype.h.

Referenced by cff_get_advances(), and cff_slot_load().

◆ lsb_delta

FT_Pos FT_GlyphSlotRec_::lsb_delta

Definition at line 1639 of file freetype.h.

◆ metrics

FT_Glyph_Metrics FT_GlyphSlotRec_::metrics

Definition at line 1620 of file freetype.h.

Referenced by cff_slot_load().

◆ next

FT_GlyphSlot FT_GlyphSlotRec_::next

Definition at line 1616 of file freetype.h.

Referenced by FT_Done_GlyphSlot().

◆ num_subglyphs

FT_UInt FT_GlyphSlotRec_::num_subglyphs

Definition at line 1633 of file freetype.h.

◆ other

void* FT_GlyphSlotRec_::other

Definition at line 1642 of file freetype.h.

◆ outline

FT_Outline FT_GlyphSlotRec_::outline

Definition at line 1631 of file freetype.h.

Referenced by cff_slot_load(), gxv_ctlPoint_validate(), and t1_builder_done().

◆ reserved

FT_UInt FT_GlyphSlotRec_::reserved

Definition at line 1617 of file freetype.h.

◆ rsb_delta

FT_Pos FT_GlyphSlotRec_::rsb_delta

Definition at line 1640 of file freetype.h.

◆ subglyphs

FT_SubGlyph FT_GlyphSlotRec_::subglyphs

Definition at line 1634 of file freetype.h.


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