Searched refs:font_params (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/groff-38/groff/src/utils/addftinfo/
H A Dguess.h21 struct font_params { struct
44 void guess(const char *s, const font_params &param, char_metric *metric);
H A Daddftinfo.cpp38 static void convert_font(const font_params &, FILE *, FILE *);
40 typedef int font_params::*param_t;
46 { "x-height", &font_params::x_height },
47 { "fig-height", &font_params::fig_height },
48 { "asc-height", &font_params::asc_height },
49 { "body-height", &font_params::body_height },
50 { "cap-height", &font_params::cap_height },
51 { "comma-depth", &font_params::comma_depth },
52 { "desc-depth", &font_params::desc_depth },
53 { "body-depth", &font_params
[all...]
H A Dguess.cpp23 void guess(const char *s, const font_params &param, char_metric *metric)

Completed in 343 milliseconds