| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Obtain the metrics and/or bitmap for the specified character
#include <photon/Pf.h>
int PfGlyph( const char *font,
             long symbol,
             FontRender *metrics, 
             unsigned char *bitmap, 
             int size,
             FontName fontused);
This routine is useful for obtaining arbitrary character glyphs, such as cursors. The PfGlyph() function obtains from the base font the metrics and/or bitmap for the character specified by symbol. When metrics is non-NULL, it must point to a FontRender structure that will be filled in with the character metrics (see PfRenderText()).
When bitmap is non-NULL, it must point to an area of size bytes that the character bitmap will be placed in. It may be rendered as a bitmap/image in conjunction with the metrics information. The actual font used to supply the character will be placed in the string pointed to by fontused if non-NULL.
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) |