Method

PangoFT2.FontMap.set_default_substitute

Declaration [src]

void
pango_ft2_font_map_set_default_substitute (
  PangoFT2FontMap* fontmap,
  PangoFT2SubstituteFunc func,
  gpointer data,
  GDestroyNotify notify
)

Description [src]

Sets a function that will be called to do final configuration substitution on a FcPattern before it is used to load the font.

This function can be used to do things like set hinting and antialiasing options.

Available since:1.2
Deprecated since:1.46

Use pango_fc_font_map_set_default_substitute() instead.

Parameters

func PangoFT2SubstituteFunc
 

function to call to to do final config tweaking on FcPattern objects.

data gpointer
 

data to pass to func

notify GDestroyNotify
 

function to call when data is no longer used.