Warning:  main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/pf/pftextwidthchars.html on line 1
Warning:  main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/pf/pftextwidthchars.html on line 1
Warning:  main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/pf/pftextwidthchars.html on line 8
Warning:  main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/pf/pftextwidthchars.html on line 8
Calculate the width of a char string of multibyte UTF-8 characters
#include <photon/Pf.h>
int PfTextWidthChars( const char *font,
                      const char *str,
                      int len );
- font
 
- The name of the desired font.
  You should use
  PfGenerateFontName()
  to create this name.
 
- str
 
- A char string of multibyte UTF-8 characters.
 
- len
 
- The number of characters in the string.
  If len is 0, strlen(str) is assumed.
 
ph
PfTextWidthChars() is a convenience function that calculates the
width of the given string in the given font, using the formula:
extent.lr.x - min(extent.ul.x, 0) + 1
PfTextWidthBytes()
is similar, but you pass it the number of bytes in the string, not the
number of characters.
The width of the string, or 0 if an error occurred.
Photon
| Safety: |  | 
| Interrupt handler | 
    No | 
| Signal handler | 
    No | 
| Thread | 
    No | 
PfGenerateFontName(),
PfTextWidthBytes()
Fonts
chapter of the Photon Programmer's Guide
Warning:  main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/pf/pftextwidthchars.html on line 127
Warning:  main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/pf/pftextwidthchars.html on line 127