Home
last modified time | relevance | path

Searched defs:font_widths_cache (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dfont.cpp59 struct font_widths_cache { struct
60 font_widths_cache *next; argument
64 font_widths_cache(int, int, font_widths_cache * = 0); argument
259 font_widths_cache::font_widths_cache(int ps, int ch_size, in font_widths_cache() function in font_widths_cache