Go to the documentation of this file.
30 #define NORMAL_X_HEIGHT (0.5)
31 #define NORMAL_BASELINE (0.0)
68 #define AverageOf(A,B) (((A) + (B)) / 2)
71 #define MF_SCALE_FACTOR (NORMAL_X_HEIGHT / BASELINE_SCALE)
74 #define DegenerateOutline(O) (((O) == NIL_LIST) || ((O) == list_rest(O)))
75 #define PointAt(O) ((MFEDGEPT *) first_node (O))
76 #define NextPointAfter(E) (list_rest (E))
77 #define MakeOutlineCircular(O) (set_rest (last (O), (O)))
80 #define ClearMark(P) ((P)->ExtremityMark = FALSE)
81 #define MarkPoint(P) ((P)->ExtremityMark = TRUE)
93 LIST ConvertedOutlines,