|
wxArt2D
|
a2dText derived from a2dCanvasObject, holds multiline text More...
#include "wx/canvas/canobj.h"

Go to the source code of this file.
Classes | |
| class | a2dText |
| a2dText is an abstract base class. More... | |
| struct | pres_bitflags |
| how a GDS-II object is placed relative to its XY position. More... | |
| class | a2dTextGDS |
| a2dTextGDS text based on wxDC text drawing. More... | |
| class | a2dTextChanges |
Macros | |
| #define | DEFAULT_PRESENTATION_FONT FONT0 |
| #define | DEFAULT_PRESENTATION_VERTICAL TOP |
| #define | DEFAULT_PRESENTATION_HORIZONTAL LEFT |
| #define | DEFAULT_FONT_HEIGHT 1 |
Typedefs | |
| typedef struct pres_bitflags | pres_bitflags |
| how a GDS-II object is placed relative to its XY position. | |
Enumerations | |
| enum | TEXT_PATHTYPE { TEXT_PATH_END_SQAURE, TEXT_PATH_END_ROUND, TEXT_PATH_END_SQAURE_EXT } |
| enum | { FONT0, FONT1, FONT2, FONT3 } |
| enum | { TOP, MIDDLE, BOTTOM } |
| enum | { LEFT, CENTER, RIGTH } |
Functions | |
| wxString | TextAlignment2String (int alignment) |
| convert alignment enum to a string | |
| int | AlignmentString2TextAlignment (const wxString &alignstring) |
| convert a string to alignment enum | |
| wxUint32 | SetTextChanges (a2dTextChanges &returned, a2dCanvasObjectList *objects, a2dCanvasObjectFlagsMask mask=a2dCanvasOFlags::SELECTED, a2dLayers *layersetup=NULL) |
a2dText derived from a2dCanvasObject, holds multiline text
Copyright: 2000-2004 (c) Klaas Holwerda
Licence: wxWidgets Licence
RCS-ID:
Definition in file cantext.h.