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

#include <afhints.h>

Public Attributes

FT_Memory memory
 
FT_Fixed x_scale
 
FT_Pos x_delta
 
FT_Fixed y_scale
 
FT_Pos y_delta
 
FT_Int max_points
 
FT_Int num_points
 
AF_Point points
 
FT_Int max_contours
 
FT_Int num_contours
 
AF_Pointcontours
 
AF_AxisHintsRec axis [AF_DIMENSION_MAX]
 
FT_UInt32 scaler_flags
 
FT_UInt32 other_flags
 
AF_ScriptMetrics metrics
 
FT_Pos xmin_delta
 
FT_Pos xmax_delta
 

Detailed Description

Definition at line 331 of file afhints.h.

Member Data Documentation

◆ axis

AF_AxisHintsRec AF_GlyphHintsRec_::axis[AF_DIMENSION_MAX]

◆ contours

AF_Point* AF_GlyphHintsRec_::contours

Definition at line 347 of file afhints.h.

◆ max_contours

FT_Int AF_GlyphHintsRec_::max_contours

Definition at line 345 of file afhints.h.

◆ max_points

FT_Int AF_GlyphHintsRec_::max_points

Definition at line 341 of file afhints.h.

◆ memory

FT_Memory AF_GlyphHintsRec_::memory

Definition at line 333 of file afhints.h.

Referenced by af_latin2_metrics_init_widths(), and af_latin_metrics_init_widths().

◆ metrics

AF_ScriptMetrics AF_GlyphHintsRec_::metrics

Definition at line 354 of file afhints.h.

◆ num_contours

FT_Int AF_GlyphHintsRec_::num_contours

Definition at line 346 of file afhints.h.

◆ num_points

FT_Int AF_GlyphHintsRec_::num_points

Definition at line 342 of file afhints.h.

Referenced by af_axis_hints_new_edge().

◆ other_flags

FT_UInt32 AF_GlyphHintsRec_::other_flags

Definition at line 352 of file afhints.h.

◆ points

AF_Point AF_GlyphHintsRec_::points

Definition at line 343 of file afhints.h.

Referenced by af_axis_hints_new_edge().

◆ scaler_flags

FT_UInt32 AF_GlyphHintsRec_::scaler_flags

Definition at line 351 of file afhints.h.

◆ x_delta

FT_Pos AF_GlyphHintsRec_::x_delta

Definition at line 336 of file afhints.h.

◆ x_scale

FT_Fixed AF_GlyphHintsRec_::x_scale

Definition at line 335 of file afhints.h.

◆ xmax_delta

FT_Pos AF_GlyphHintsRec_::xmax_delta

Definition at line 357 of file afhints.h.

◆ xmin_delta

FT_Pos AF_GlyphHintsRec_::xmin_delta

Definition at line 356 of file afhints.h.

◆ y_delta

FT_Pos AF_GlyphHintsRec_::y_delta

Definition at line 339 of file afhints.h.

◆ y_scale

FT_Fixed AF_GlyphHintsRec_::y_scale

Definition at line 338 of file afhints.h.


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