#include "helpers.h"
#include "linlsq.h"
#include "werd.h"
Go to the source code of this file.
◆ CHILD_COLOUR
◆ FIRST_COLOUR
◆ LAST_COLOUR
◆ word_comparator()
int word_comparator |
( |
const void * |
word1p, |
|
|
const void * |
word2p |
|
) |
| |
word_comparator()
word comparator used to sort a word list so that words are in increasing order of left edge.
Definition at line 393 of file werd.cpp.
394 const WERD *word1 = *
reinterpret_cast<const WERD* const*
>(word1p);
395 const WERD *word2 = *
reinterpret_cast<const WERD* const*
>(word2p);
TBOX bounding_box() const
◆ CANT_SCALE_EDGESTEPS
Initial value:=
"Attempted to scale an edgestep format word"
Definition at line 33 of file werd.cpp.