cheshirekow  v0.1.0
freetype::ContourReference Struct Reference

#include <cpp_freetype/Outline.h>

Inheritance diagram for freetype::ContourReference:
freetype::ContourIterator

Public Member Functions

PointIterator begin ()
 
 ContourReference (FT_Outline *outline, Int i)
 
PointIterator end ()
 

Public Attributes

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

Detailed Description

Definition at line 67 of file Outline.h.

Constructor & Destructor Documentation

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

Member Function Documentation

PointIterator freetype::ContourReference::begin ( )
PointIterator freetype::ContourReference::end ( )

Member Data Documentation

Int_t freetype::ContourReference::m_i

index of the contour we're on

Definition at line 70 of file Outline.h.

FT_Outline* freetype::ContourReference::m_outline

outline we're iterating over

Definition at line 69 of file Outline.h.


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