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

#include <freetype.h>

Public Attributes

FT_UShort x_ppem
 
FT_UShort y_ppem
 
FT_Fixed x_scale
 
FT_Fixed y_scale
 
FT_Pos ascender
 
FT_Pos descender
 
FT_Pos height
 
FT_Pos max_advance
 

Detailed Description

Definition at line 1367 of file freetype.h.

Member Data Documentation

◆ ascender

FT_Pos FT_Size_Metrics_::ascender

Definition at line 1375 of file freetype.h.

Referenced by FT_Request_Size(), FT_Select_Size(), and tt_size_reset().

◆ descender

FT_Pos FT_Size_Metrics_::descender

Definition at line 1376 of file freetype.h.

Referenced by FT_Request_Size(), FT_Select_Size(), and tt_size_reset().

◆ height

FT_Pos FT_Size_Metrics_::height

Definition at line 1377 of file freetype.h.

Referenced by FT_Request_Size(), FT_Select_Size(), and tt_size_reset().

◆ max_advance

FT_Pos FT_Size_Metrics_::max_advance

Definition at line 1378 of file freetype.h.

Referenced by FT_Request_Size(), FT_Select_Size(), and tt_size_reset().

◆ x_ppem

FT_UShort FT_Size_Metrics_::x_ppem

◆ x_scale

FT_Fixed FT_Size_Metrics_::x_scale

◆ y_ppem

FT_UShort FT_Size_Metrics_::y_ppem

◆ y_scale

FT_Fixed FT_Size_Metrics_::y_scale

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