pdf::CharVisitor Class Reference
[Graphics]

Callback interface for TextLine::VisitChars(). More...

#include <CharVisitor.hh>

List of all members.

Public Member Functions

virtual void OnChar (wchar_t ch, const Matrix &m, const Glyph *glyph, double scale_factor)=0
 Retrieve character information on a TextLine.

Detailed Description

The CharVisitor class represents


Member Function Documentation

virtual void pdf::CharVisitor::OnChar ( wchar_t  ch,
const Matrix m,
const Glyph glyph,
double  scale_factor 
) [pure virtual]

This function will be called by TextLine::VisitChars() for each character in the text line.

Parameters:
ch The unicode character code.
m The transformation matrix of the character. It will be advance accordingly for each call to OnChar().
glyph The glyph of the character.
scale_factor Scale factor of transforming font units to glyph units.

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

Hosted by SourceForge Logo