Home
last modified time | relevance | path

Searched refs:device_char_width (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/devices/xditview/
H A Ddevice.h20 int device_char_width(DeviceFont *, int, const char *, int *);
H A Ddraw.c257 && device_char_width (dw->dvi.device_font, in FindCharWidth()
265 && device_char_width (f, dw->dvi.state->font_size, in FindCharWidth()
H A Ddevice.c322 int device_char_width(DeviceFont *f, int ps, const char *name, int *widthp) in device_char_width() function