Function
PangoFT2render_layout_subpixel
since: 1.6
Declaration [src]
void
pango_ft2_render_layout_subpixel (
  FT_Bitmap* bitmap,
  PangoLayout* layout,
  int x,
  int y
)
Description [src]
Render a PangoLayout onto a FreeType2 bitmap, with he
location specified in fixed-point Pango units rather than pixels.
(Using this will avoid extra inaccuracies from rounding to integer pixels multiple times, even if the final glyph positions are integers.).
Available since: 1.6
Parameters
- bitmap
- 
            Type: FT_BitmapA FT_Bitmap to render the layout onto. The data is owned by the caller of the function. 
- layout
- 
            Type: PangoLayoutA PangoLayout.The data is owned by the caller of the function. 
- x
- 
            Type: intThe X position of the left of the layout (in Pango units). 
- y
- 
            Type: intThe Y position of the top of the layout (in Pango units).