TextLetter Struct Reference

Helper object for location of a printed letter. More...

#include <TextPart.h>

List of all members.

Public Member Functions

 TextLetter ()
 Default constructor.
 TextLetter (WCHAR w, long _x, int width)
 Constructor.
 TextLetter (const TextLetter &other)
 Copy constructor.

Public Attributes

WCHAR wLetter
 The letter.
long x
 The x-location.
int nWidth
 The width.

Detailed Description

Helper object for location of a printed letter.

Definition at line 40 of file TextPart.h.


Constructor & Destructor Documentation

TextLetter::TextLetter ( WCHAR  w,
long  _x,
int  width 
) [inline]

Constructor.

Parameters:
w The letter
pos The start location
width The width

Definition at line 53 of file TextPart.h.

TextLetter::TextLetter ( const TextLetter other  )  [inline]

Copy constructor.

Parameters:
other The letter data object to copy

Definition at line 58 of file TextPart.h.


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

Generated on Mon Jun 18 12:40:44 2012 for CC PDF Converter by doxygen 1.6.1