diff options
Diffstat (limited to 'pango/pangoft2-fontmap.c')
-rw-r--r-- | pango/pangoft2-fontmap.c | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/pango/pangoft2-fontmap.c b/pango/pangoft2-fontmap.c index 3b43fbd6..1904f015 100644 --- a/pango/pangoft2-fontmap.c +++ b/pango/pangoft2-fontmap.c @@ -37,6 +37,11 @@ typedef struct _PangoFT2Family PangoFT2Family; typedef struct _PangoFT2FontMapClass PangoFT2FontMapClass; +/** + * PangoFT2FontMap: + * + * The #PangoFT2FontMap is the #PangoFontMap implementation for FreeType fonts. + */ struct _PangoFT2FontMap { PangoFcFontMap parent_instance; @@ -203,7 +208,7 @@ pango_ft2_font_map_set_default_substitute (PangoFT2FontMap *fontmap, /** * pango_ft2_font_map_substitute_changed: - * @fontmap: a #PangoFT2Fontmap + * @fontmap: a #PangoFT2FontMap * * Call this function any time the results of the * default substitution function set with @@ -224,7 +229,7 @@ pango_ft2_font_map_substitute_changed (PangoFT2FontMap *fontmap) /** * pango_ft2_font_map_set_resolution: - * @fontmap: a #PangoFT2Fontmap + * @fontmap: a #PangoFT2FontMap * @dpi_x: dots per inch in the X direction * @dpi_y: dots per inch in the Y direction * @@ -246,8 +251,8 @@ pango_ft2_font_map_set_resolution (PangoFT2FontMap *fontmap, } /** - * pango_ft2_font_map_create_context: - * @fontmap: a #PangoFT2Fontmap + * pango_ft2_font_map_create_context: (skip) + * @fontmap: a #PangoFT2FontMap * * Create a #PangoContext for the given fontmap. * @@ -266,12 +271,12 @@ pango_ft2_font_map_create_context (PangoFT2FontMap *fontmap) } /** - * pango_ft2_get_context: + * pango_ft2_get_context: (skip) * @dpi_x: the horizontal DPI of the target device * @dpi_y: the vertical DPI of the target device * * Retrieves a #PangoContext for the default PangoFT2 fontmap - * (see pango_ft2_fontmap_get_for_display()) and sets the resolution + * (see pango_ft2_font_map_for_display()) and sets the resolution * for the default fontmap to @dpi_x by @dpi_y. * * Return value: the new #PangoContext @@ -292,7 +297,7 @@ pango_ft2_get_context (double dpi_x, double dpi_y) G_GNUC_END_IGNORE_DEPRECATIONS /** - * pango_ft2_font_map_for_display: + * pango_ft2_font_map_for_display: (skip) * * Returns a #PangoFT2FontMap. This font map is cached and should * not be freed. If the font map is no longer needed, it can @@ -341,7 +346,7 @@ _pango_ft2_font_map_get_library (PangoFontMap *fontmap) /** * _pango_ft2_font_map_get_renderer: - * @fontmap: a #PangoFT2Fontmap + * @fontmap: a #PangoFT2FontMap * * Gets the singleton PangoFT2Renderer for this fontmap. * |