Renders a PangoGlyphString
onto a FreeType2 bitmap.
the FreeType2 bitmap onto which to draw the string
the font in which to draw the string
the glyph string to draw
the x position of the start of the string (in pixels)
the y position of the baseline (in pixels)
Render a PangoLayoutLine
onto a FreeType2 bitmap
a FT_Bitmap to render the line onto
a PangoLayoutLine
the x position of start of string (in pixels)
the y position of baseline (in pixels)
Render a PangoLayoutLine
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.)
a FT_Bitmap to render the line onto
a PangoLayoutLine
the x position of start of string (in Pango units)
the y position of baseline (in Pango units)
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.)
a FT_Bitmap to render the layout onto
a PangoLayout
the X position of the left of the layout (in Pango units)
the Y position of the top of the layout (in Pango units)
Renders a PangoGlyphString
onto a FreeType2 bitmap, possibly
transforming the layed-out coordinates through a transformation
matrix.
Note that the transformation matrix for font
is not
changed, so to produce correct rendering results, the font
must have been loaded using a PangoContext
with an identical
transformation matrix to that passed in to this function.
the FreeType2 bitmap onto which to draw the string
a PangoMatrix
the font in which to draw the string
the glyph string to draw
the x position of the start of the string (in Pango units in user space coordinates)
the y position of the baseline (in Pango units in user space coordinates)
Free the global fontmap. (See pango_ft2_font_map_for_display()) Use of the global PangoFT2 fontmap is deprecated.
Gets the
PangoCoverage
for aPangoFT2Font
.Use [method
Pango
.Font.get_coverage] instead.