Method
PangoFcFontMapset_default_substitute
since: 1.48
Declaration [src]
void
pango_fc_font_map_set_default_substitute (
  PangoFcFontMap* fontmap,
  PangoFcSubstituteFunc 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.48
Parameters
- func
- 
            Type: PangoFcSubstituteFuncFunction to call to to do final config tweaking on FcPatternobjects.
- data
- 
            Type: gpointerData to pass to func.The argument can be NULL.The data is owned by the caller of the method. 
- notify
- 
            Type: GDestroyNotifyFunction to call when datais no longer used.