Function

CoglPangofont_map_set_use_mipmapping

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:1.0

Parameters

font_map CoglPangoFontMap
 

A CoglPangoFontMap.

 The data is owned by the caller of the function.
value gboolean
 

TRUE to enable the use of mipmapping.