Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dobject.cpp973 class text_object : public rectangle_object { class
975 text_object(const position &);
979 text_object::text_object(const position &d) in text_object() function in text_object
995 text_object *p = new text_object(position(width, height)); in make_text()