#include <vfont/fixpoint.h>

#ifndef CURVE_H
#define CURVE_H

#define CF_CONTOUR	    0x01        /* Draw only the countour of the line. */
#define CF_BORDER       0x02        /* Draw as it is, do not bend the line. */
#define CF_LINE         0x04        /* Draw as a line with two endpoint. */
#define CF_CURVE        0x08        /* Draw as a curve, with no endpoints. */
#define CF_DOTTED       0x10        /* Plot the verticies of the curve only. */
#define CF_STRAIGHT     0x20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         