#include <stdio.h>#include <avr/pgmspace.h>#include <math.h>#include <inttypes.h>#include "motori.h"#include "shvars.h"#include "scale.h"#include "configs.h"#include "htext.h"Go to the source code of this file.
Functions | |
| void | text_init () |
| void | text_setscale (double sx, double sy) |
| void | text_scale_cm (double cx, double cy) |
| void | text_scale_rel (double rx, double ry) |
| void | text_direction (double cost, double sint) |
| void | text_beginlabel () |
| uint8_t | text_char (uint8_t c, STEPPER_COORD *dstx, STEPPER_COORD *dsty, uint8_t *pen) |
Variables | |
| USER_POINT | fontscale |
| USER_POINT | charorigin |
| USER_POINT | labelorigin |
| USER_COORD | sintheta |
| USER_COORD | costheta |
| uint8_t text_char | ( | uint8_t | c, | |
| STEPPER_COORD * | dstx, | |||
| STEPPER_COORD * | dsty, | |||
| uint8_t * | pen | |||
| ) |
1.5.9