/netbsd-src/external/gpl2/groff/dist/src/utils/addftinfo/ |
H A D | addftinfo.cpp | 89 int unitwidth; in main() local 90 if (sscanf(argv[argc-2], "%d", &unitwidth) != 1) in main() 92 if (unitwidth <= 0) in main() 97 param.em = (resolution*unitwidth)/72; in main()
|
/netbsd-src/external/gpl2/groff/dist/src/devices/xditview/ |
H A D | device.c | 78 dev->unitwidth = 0; in new_device() 133 np = &dev->unitwidth; in device_load() 156 else if (dev->unitwidth == 0) { in device_load() 333 *widthp = scale_round(p->width, ps, f->dev->unitwidth); in device_char_width() 347 *widthp = scale_round(p->width, ps, f->dev->unitwidth); in device_code_width()
|
H A D | DESC.in | 8 unitwidth 10
|
H A D | device.h | 10 int unitwidth; member
|
/netbsd-src/external/gpl2/groff/dist/src/utils/afmtodit/ |
H A D | afmtodit.pl | 6178 my ($sizescale, $resolution, $unitwidth); 6193 $unitwidth = $field[1]; 6565 $_[0]*$unitwidth*$resolution/(72*1000*$sizescale) + ($_[0] < 0 ? -.5 : .5);
|
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
H A D | font.cpp | 212 return sz == unitwidth ? w : scale_round(w, sz, unitwidth); in scale() 279 if (point_size == unitwidth || font::unscaled_charwidths) in get_width() 807 space_width = scale_round(unitwidth, res, 72*3*sizescale); in load() 819 { "unitwidth", &font::unitwidth }, 1018 if (unitwidth == 0) { in load_desc()
|
H A D | fontfile.cpp | 41 int font::unitwidth = 0; member in font
|
/netbsd-src/external/gpl2/groff/dist/font/devcp1047/ |
H A D | DESC.proto | 4 unitwidth 10
|
/netbsd-src/external/gpl2/groff/dist/font/devascii/ |
H A D | DESC.proto | 4 unitwidth 10
|
/netbsd-src/external/gpl2/groff/dist/font/devutf8/ |
H A D | DESC.proto | 4 unitwidth 10
|
/netbsd-src/external/gpl2/groff/dist/font/devlatin1/ |
H A D | DESC.proto | 4 unitwidth 10
|
/netbsd-src/external/gpl2/groff/dist/font/devX100/ |
H A D | DESC | 8 unitwidth 10
|
/netbsd-src/external/gpl2/groff/dist/font/devX75/ |
H A D | DESC | 8 unitwidth 10
|
/netbsd-src/external/gpl2/groff/dist/font/devX75-12/ |
H A D | DESC | 8 unitwidth 12
|
/netbsd-src/external/gpl2/groff/font/devkoi8-r/ |
H A D | DESC.proto | 4 unitwidth 10
|
/netbsd-src/external/gpl2/groff/dist/font/devX100-12/ |
H A D | DESC | 8 unitwidth 12
|
/netbsd-src/external/gpl2/groff/dist/font/devlbp/ |
H A D | DESC.in | 2 unitwidth 800
|
/netbsd-src/external/gpl2/groff/dist/font/devdvi/ |
H A D | DESC.in | 2 unitwidth 131072
|
/netbsd-src/external/gpl2/groff/dist/font/devps/ |
H A D | DESC.in | 5 unitwidth 1000
|
/netbsd-src/external/gpl2/groff/dist/font/devhtml/ |
H A D | DESC.proto | 4 unitwidth 10
|
/netbsd-src/external/gpl2/groff/dist/src/include/ |
H A D | font.h | 75 static int unitwidth; variable
|
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
H A D | TODO | 84 separate unitwidth for each sizesuffix (eg. for X).
|
/netbsd-src/external/gpl2/groff/dist/src/utils/hpftodit/ |
H A D | hpftodit.cpp | 290 int unitwidth = 6350; in main() local 355 multiplier = double(res) / upem / ppi * unitwidth / scalesize; in main()
|
/netbsd-src/external/gpl2/groff/dist/src/devices/grodvi/ |
H A D | dvi.cpp | 204 if (font::unitwidth != UNITWIDTH) in dvi_printer()
|
/netbsd-src/external/gpl2/groff/dist/doc/ |
H A D | groff-2 | 3198 the `unitwidth' and `sizes' commands are given in scaled points. 3201 `unitwidth N' 3278 The `res', `unitwidth', `fonts', and `sizes' lines are mandatory. 4814 * unitwidth: DESC File Format. (line 28)
|