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

#include <psaux.h>

Public Attributes

void(* init )(T1_Builder builder, FT_Face face, FT_Size size, FT_GlyphSlot slot, FT_Bool hinting)
 
void(* done )(T1_Builder builder)
 
T1_Builder_Check_Points_Func check_points
 
T1_Builder_Add_Point_Func add_point
 
T1_Builder_Add_Point1_Func add_point1
 
T1_Builder_Add_Contour_Func add_contour
 
T1_Builder_Start_Point_Func start_point
 
T1_Builder_Close_Contour_Func close_contour
 

Detailed Description

Definition at line 482 of file psaux.h.

Member Data Documentation

◆ add_contour

T1_Builder_Add_Contour_Func T1_Builder_FuncsRec_::add_contour

Definition at line 497 of file psaux.h.

◆ add_point

T1_Builder_Add_Point_Func T1_Builder_FuncsRec_::add_point

Definition at line 495 of file psaux.h.

◆ add_point1

T1_Builder_Add_Point1_Func T1_Builder_FuncsRec_::add_point1

Definition at line 496 of file psaux.h.

◆ check_points

T1_Builder_Check_Points_Func T1_Builder_FuncsRec_::check_points

Definition at line 494 of file psaux.h.

◆ close_contour

T1_Builder_Close_Contour_Func T1_Builder_FuncsRec_::close_contour

Definition at line 499 of file psaux.h.

◆ done

void(* T1_Builder_FuncsRec_::done) (T1_Builder builder)

Definition at line 492 of file psaux.h.

◆ init

void(* T1_Builder_FuncsRec_::init) (T1_Builder builder, FT_Face face, FT_Size size, FT_GlyphSlot slot, FT_Bool hinting)

Definition at line 485 of file psaux.h.

◆ start_point

T1_Builder_Start_Point_Func T1_Builder_FuncsRec_::start_point

Definition at line 498 of file psaux.h.


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