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

#include <ftimage.h>

Public Attributes

short n_contours
 
short n_points
 
FT_Vectorpoints
 
char * tags
 
short * contours
 
int flags
 

Detailed Description

Definition at line 383 of file ftimage.h.

Member Data Documentation

◆ contours

short* FT_Outline_::contours

◆ flags

int FT_Outline_::flags

Definition at line 392 of file ftimage.h.

Referenced by ft_outline_glyph_prepare().

◆ n_contours

short FT_Outline_::n_contours

◆ n_points

short FT_Outline_::n_points

◆ points

FT_Vector* FT_Outline_::points

◆ tags

char* FT_Outline_::tags

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