mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
210 B
13 lines
210 B
enum {
|
|
FONT_BEGIN = 1,
|
|
FONT_NEXT,
|
|
FONT_END,
|
|
FONT_ADVANCE
|
|
};
|
|
#define MAX_STROKES 256
|
|
#define END_OF_LIST 256
|
|
|
|
#define STROKE_SCALE 1.71F
|
|
#define OUTLINE_SCALE 0.023F
|
|
#define FILLED_SCALE 0.023F
|
|
|