ReactOS 0.4.15-dev-7958-gcd0bb1a
glyphinfo Struct Reference
Collaboration diagram for glyphinfo:

Public Attributes

struct outline_array outlines
 
struct face_array faces
 
struct point2d_index_array ordered_vertices
 
float offset_x
 

Detailed Description

Definition at line 5360 of file mesh.c.

Member Data Documentation

◆ faces

struct face_array glyphinfo::faces

Definition at line 5363 of file mesh.c.

Referenced by triangulate(), and triangulation_add_point().

◆ offset_x

float glyphinfo::offset_x

Definition at line 5365 of file mesh.c.

Referenced by test_createtext().

◆ ordered_vertices

struct point2d_index_array glyphinfo::ordered_vertices

Definition at line 5364 of file mesh.c.

Referenced by get_ordered_vertex(), triangulate(), and triangulation_get_next_point().

◆ outlines

struct outline_array glyphinfo::outlines

Definition at line 5362 of file mesh.c.

Referenced by create_outline(), free_glyphinfo(), and triangulate().


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