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

#include <ftglyph.h>

Public Attributes

FT_GlyphRec root
 
FT_Int left
 
FT_Int top
 
FT_Bitmap bitmap
 

Detailed Description

Definition at line 160 of file ftglyph.h.

Member Data Documentation

◆ bitmap

FT_Bitmap FT_BitmapGlyphRec_::bitmap

◆ left

FT_Int FT_BitmapGlyphRec_::left

Definition at line 163 of file ftglyph.h.

Referenced by ft_bitmap_glyph_bbox(), ft_bitmap_glyph_copy(), and ft_bitmap_glyph_init().

◆ root

FT_GlyphRec FT_BitmapGlyphRec_::root

Definition at line 162 of file ftglyph.h.

◆ top

FT_Int FT_BitmapGlyphRec_::top

Definition at line 164 of file ftglyph.h.

Referenced by ft_bitmap_glyph_bbox(), ft_bitmap_glyph_copy(), and ft_bitmap_glyph_init().


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