|
Board
0.6.devel
|
#include "Board/Rect.h"#include "Board/Shapes.h"#include "Board/Tools.h"#include "Board/PSFonts.h"#include <cmath>#include <cstring>#include <vector>#include <sstream>#include <assert.h>
Namespaces | |
| namespace | LibBoard |
Macros | |
| #define | M_PI 3.14159265358979323846 /* pi */ |
| #define | BOLD_FONT 0x01 |
| #define | ITALIC_FONT 0x02 |
| #define | MONOSPACE_FONT 0x04 |
| #define | SANSSERIF_FONT 0x08 |
Functions | |
| bool | LibBoard::shapeGreaterDepth (const Shape *s1, const Shape *s2) |
Variables | |
| const char * | LibBoard::XFigPostscriptFontnames [] |
| #define BOLD_FONT 0x01 |
Referenced by LibBoard::Text::flushTikZ().
| #define ITALIC_FONT 0x02 |
Referenced by LibBoard::Text::flushTikZ().
| #define M_PI 3.14159265358979323846 /* pi */ |
Referenced by LibBoard::Ellipse::boundingBox(), LibBoard::Ellipse::flushPostscript(), LibBoard::Arc::flushPostscript(), LibBoard::Text::flushPostscript(), LibBoard::Rectangle::flushSVG(), LibBoard::Ellipse::flushSVG(), LibBoard::Text::flushSVG(), LibBoard::Ellipse::flushTikZ(), LibBoard::Arc::flushTikZ(), LibBoard::Text::rotate(), and LibBoard::Ellipse::scale().
| #define MONOSPACE_FONT 0x04 |
Referenced by LibBoard::Text::flushTikZ().
| #define SANSSERIF_FONT 0x08 |
Referenced by LibBoard::Text::flushTikZ().