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

#include <pshalgo.h>

Public Attributes

FT_UInt num_points
 
FT_UInt num_contours
 
PSH_Point points
 
PSH_Contour contours
 
FT_Memory memory
 
FT_Outlineoutline
 
PSH_Globals globals
 
PSH_Hint_TableRec hint_tables [2]
 
FT_Bool vertical
 
FT_Int major_dir
 
FT_Int minor_dir
 
FT_Bool do_horz_hints
 
FT_Bool do_vert_hints
 
FT_Bool do_horz_snapping
 
FT_Bool do_vert_snapping
 
FT_Bool do_stem_adjust
 

Detailed Description

Definition at line 194 of file pshalgo.h.

Member Data Documentation

◆ contours

PSH_Contour PSH_GlyphRec_::contours

Definition at line 200 of file pshalgo.h.

◆ do_horz_hints

FT_Bool PSH_GlyphRec_::do_horz_hints

Definition at line 211 of file pshalgo.h.

◆ do_horz_snapping

FT_Bool PSH_GlyphRec_::do_horz_snapping

Definition at line 213 of file pshalgo.h.

◆ do_stem_adjust

FT_Bool PSH_GlyphRec_::do_stem_adjust

Definition at line 215 of file pshalgo.h.

◆ do_vert_hints

FT_Bool PSH_GlyphRec_::do_vert_hints

Definition at line 212 of file pshalgo.h.

◆ do_vert_snapping

FT_Bool PSH_GlyphRec_::do_vert_snapping

Definition at line 214 of file pshalgo.h.

◆ globals

PSH_Globals PSH_GlyphRec_::globals

Definition at line 204 of file pshalgo.h.

◆ hint_tables

PSH_Hint_TableRec PSH_GlyphRec_::hint_tables[2]

Definition at line 205 of file pshalgo.h.

◆ major_dir

FT_Int PSH_GlyphRec_::major_dir

Definition at line 208 of file pshalgo.h.

◆ memory

FT_Memory PSH_GlyphRec_::memory

Definition at line 202 of file pshalgo.h.

◆ minor_dir

FT_Int PSH_GlyphRec_::minor_dir

Definition at line 209 of file pshalgo.h.

◆ num_contours

FT_UInt PSH_GlyphRec_::num_contours

Definition at line 197 of file pshalgo.h.

◆ num_points

FT_UInt PSH_GlyphRec_::num_points

Definition at line 196 of file pshalgo.h.

◆ outline

FT_Outline* PSH_GlyphRec_::outline

Definition at line 203 of file pshalgo.h.

◆ points

PSH_Point PSH_GlyphRec_::points

Definition at line 199 of file pshalgo.h.

◆ vertical

FT_Bool PSH_GlyphRec_::vertical

Definition at line 207 of file pshalgo.h.


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