OpenCPN Partial API docs
|
This class takes multilined string and modifies it to fit into given width for given device. More...
#include <printtable.h>
Protected Member Functions | |
void | Adjust () |
Protected Attributes | |
wxDC * | dc |
int | width |
int | height |
int | cellpadding |
wxString | content |
wxString | modified_content |
wxRect | rect |
int | page |
bool | bold_font |
This class takes multilined string and modifies it to fit into given width for given device.
If it is too wide for given DC (by class PrintTable ) it introduces new lines between words
Definition at line 113 of file printtable.h.