Query: ps_string_geometry
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PS_STRINGWIDTH3(3) Library Functions Manual PS_STRINGWIDTH3(3)NAMEPS_string_geometry -- Gets geometry of a stringSYNOPSIS#include <pslib.h> float PS_string_geometry(PSDoc *psdoc, const char *text, int len, int fontid, float size, float *dimension)DESCRIPTIONThis function is identical to PS_stringwidth2(3) but has an extra parameter dimension which, if not NULL, will be used to return further dimensions of the string. dimension[0] contains the width as returned by the function. dimension[1] contains the maximum descender and dimension[2] the maximum ascender of the string.RETURN VALUEWidth of a string in points.SEE ALSOPS_stringwidth(3), PS_stringwidth2(3)AUTHORThis manual page was written by Uwe Steinmann uwe@steinmann.cx. PS_STRINGWIDTH3(3)
| Related Man Pages |
|---|
| ps_add_locallink(3) - debian |
| ps_begin_template(3) - debian |
| ps_findfont(3) - debian |
| ps_open_image_file(3) - debian |
| ps_setcolor(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |
| My first PERL incarnation... Audio Oscillograph |