#include "mfcpch.h"#include "blckerr.h"#include "linlsq.h"#include "werd.h"Defines | |
| #define | FIRST_COLOUR ScrollView::RED |
| #define | LAST_COLOUR ScrollView::AQUAMARINE |
| #define | CHILD_COLOUR ScrollView::BROWN |
| #define | EXTERN |
Functions | |
| int | word_comparator (const void *word1p, const void *word2p) |
Variables | |
| const ERRCODE | CANT_SCALE_EDGESTEPS |
| EXTERN bool | bln_numericmode = 0 |
| EXTERN int | bln_x_height = 128 |
| EXTERN int | bln_baseline_offset = 64 |
| EXTERN double | bln_blshift_maxshift = -1.0 |
| EXTERN double | bln_blshift_xfraction = 0.75 |
| #define CHILD_COLOUR ScrollView::BROWN |
| #define EXTERN |
| #define FIRST_COLOUR ScrollView::RED |
| #define LAST_COLOUR ScrollView::AQUAMARINE |
| int word_comparator | ( | const void * | word1p, | |
| const void * | word2p | |||
| ) |
| EXTERN int bln_baseline_offset = 64 |
"Baseline Norm. offset of baseline"
| EXTERN double bln_blshift_maxshift = -1.0 |
"Fraction of xh before shifting"
| EXTERN double bln_blshift_xfraction = 0.75 |
"Size fraction of xh before shifting"
| EXTERN bool bln_numericmode = 0 |
"Optimize for numbers"
| EXTERN int bln_x_height = 128 |
"Baseline Normalisation X-height"
| const ERRCODE CANT_SCALE_EDGESTEPS |
"Attempted to scale an edgestep format word"
1.6.3