Source code of Windows XP (NT5)
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

  1. enum {
  2. FONT_BEGIN = 1,
  3. FONT_NEXT,
  4. FONT_END,
  5. FONT_ADVANCE
  6. };
  7. #define MAX_STROKES 256
  8. #define END_OF_LIST 256
  9. #define STROKE_SCALE 1.71F
  10. #define OUTLINE_SCALE 0.023F
  11. #define FILLED_SCALE 0.023F