Function
PangoFT2.render
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 | |
| Ownership is not transferred to the callee | |
| font | PangoFont* | 
| the font in which to draw the string | |
| Ownership is not transferred to the callee | |
| glyphs | PangoGlyphString* | 
| the glyph string to draw | |
| Ownership is not transferred to the callee | |
| x | gint | 
| the x position of the start of the string (in pixels) | |
| y | gint | 
| the y position of the baseline (in pixels) |