logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PS_string_geometry — Gets geometry of a string

Author

       This manual page was written by Uwe Steinmann uwe@steinmann.cx.

                                                                                              PS_STRINGWIDTH3(3)

Description

       This 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.

Name

       PS_string_geometry — Gets geometry of a string

Return Value

       Width of a string in points.

See Also

PS_stringwidth(3), PS_stringwidth2(3)

Synopsis

       #include <pslib.h>

       float  PS_string_geometry(PSDoc  *psdoc,  const  char  *text,  int  len,  int  fontid,  float size, float
       *dimension)

See Also