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

#include <freetype.h>

Public Attributes

FT_Size_Request_Type type
 
FT_Long width
 
FT_Long height
 
FT_UInt horiResolution
 
FT_UInt vertResolution
 

Detailed Description

Definition at line 2192 of file freetype.h.

Member Data Documentation

◆ height

FT_Long FT_Size_RequestRec_::height

Definition at line 2196 of file freetype.h.

Referenced by FT_Get_TrueType_Engine_Type(), FT_Set_Char_Size(), and FT_Set_Pixel_Sizes().

◆ horiResolution

FT_UInt FT_Size_RequestRec_::horiResolution

Definition at line 2197 of file freetype.h.

Referenced by FT_Get_TrueType_Engine_Type(), FT_Set_Char_Size(), and FT_Set_Pixel_Sizes().

◆ type

FT_Size_Request_Type FT_Size_RequestRec_::type

Definition at line 2194 of file freetype.h.

Referenced by FT_Get_TrueType_Engine_Type(), FT_Set_Char_Size(), and FT_Set_Pixel_Sizes().

◆ vertResolution

FT_UInt FT_Size_RequestRec_::vertResolution

Definition at line 2198 of file freetype.h.

Referenced by FT_Get_TrueType_Engine_Type(), FT_Set_Char_Size(), and FT_Set_Pixel_Sizes().

◆ width

FT_Long FT_Size_RequestRec_::width

Definition at line 2195 of file freetype.h.

Referenced by FT_Get_TrueType_Engine_Type(), FT_Set_Char_Size(), and FT_Set_Pixel_Sizes().


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