Function
PangoFT2render
Declaration [src]
void
pango_ft2_render (
  FT_Bitmap* bitmap,
  PangoFont* font,
  PangoGlyphString* glyphs,
  gint x,
  gint y
)
Parameters
| bitmap | FT_Bitmap | 
| The FreeType2 bitmap onto which to draw the string. | |
| The data is owned by the caller of the function. | |
| font | PangoFont | 
| The font in which to draw the string. | |
| The data is owned by the caller of the function. | |
| glyphs | PangoGlyphString | 
| The glyph string to draw. | |
| The data is owned by the caller of the function. | |
| x | gint | 
| The x position of the start of the string (in pixels) | |
| y | gint | 
| The y position of the baseline (in pixels) |