Function
CoglPangofont_map_set_use_mipmapping
since: 13
Declaration [src]
void
cogl_pango_font_map_set_use_mipmapping (
CoglPangoFontMap* font_map,
gboolean value
)
Description [src]
Sets whether the renderer for the passed font map should use
mipmapping when rendering a PangoLayout.
Available since: 13
Parameters
font_map-
Type:
CoglPangoFontMapA
CoglPangoFontMap.The data is owned by the caller of the function. value-
Type:
gbooleanTRUEto enable the use of mipmapping.