Board  0.6.devel
 All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Macros
Shapes.cpp File Reference
#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>
Include dependency graph for Shapes.cpp:

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 []

Detailed Description

Author:
Sebastien Fourey http://www.greyc.ensicaen.fr/~seb
Date:
Sat Aug 18 2007

Macro Definition Documentation

#define BOLD_FONT   0x01
#define ITALIC_FONT   0x02
#define MONOSPACE_FONT   0x04
#define SANSSERIF_FONT   0x08