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

#include <freetype.h>

Public Attributes

FT_Short height
 
FT_Short width
 
FT_Pos size
 
FT_Pos x_ppem
 
FT_Pos y_ppem
 

Detailed Description

Definition at line 298 of file freetype.h.

Member Data Documentation

◆ height

FT_Short FT_Bitmap_Size_::height

Definition at line 300 of file freetype.h.

◆ size

FT_Pos FT_Bitmap_Size_::size

Definition at line 303 of file freetype.h.

◆ width

FT_Short FT_Bitmap_Size_::width

Definition at line 301 of file freetype.h.

◆ x_ppem

FT_Pos FT_Bitmap_Size_::x_ppem

Definition at line 305 of file freetype.h.

Referenced by FT_Match_Size(), and FT_Select_Metrics().

◆ y_ppem

FT_Pos FT_Bitmap_Size_::y_ppem

Definition at line 306 of file freetype.h.

Referenced by BDF_Size_Request(), FT_Match_Size(), and FT_Select_Metrics().


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