Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/groff/src/preproc/pic/
HDobject.cpp971 class text_object : public rectangle_object { class
973 text_object(const position &);
977 text_object::text_object(const position &d) in text_object() function in text_object
993 text_object *p = new text_object(position(width, height)); in make_text()