cheshirekow  v0.1.0
freetype::PointReference Struct Reference

#include <cpp_freetype/Outline.h>

Inheritance diagram for freetype::PointReference:
freetype::PointIterator

Public Member Functions

bool conic ()
 
bool cubic ()
 
bool off ()
 
bool on ()
 
 PointReference (FT_Outline *outline, Int i)
 
Pos x ()
 
Pos y ()
 

Public Attributes

Int m_i
 index of the point we're on More...
 
FT_Outline * m_outline
 outline we're iterating over More...
 

Detailed Description

Definition at line 42 of file Outline.h.

Constructor & Destructor Documentation

freetype::PointReference::PointReference ( FT_Outline *  outline,
Int  i 
)

Member Function Documentation

bool freetype::PointReference::conic ( )
bool freetype::PointReference::cubic ( )
bool freetype::PointReference::off ( )
bool freetype::PointReference::on ( )
Pos freetype::PointReference::x ( )
Pos freetype::PointReference::y ( )

Member Data Documentation

Int freetype::PointReference::m_i

index of the point we're on

Definition at line 45 of file Outline.h.

FT_Outline* freetype::PointReference::m_outline

outline we're iterating over

Definition at line 44 of file Outline.h.


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