Function

PangoXftset_default_substitute

deprecated: 1.46 since: 1.2

Declaration

void
pango_xft_set_default_substitute (
  Display* display,
  int screen,
  PangoXftSubstituteFunc func,
  gpointer data,
  GDestroyNotify notify
)

Description

No description available.

Available since: 1.2

Deprecated since: 1.46

Use pango_fc_font_map_set_default_substitute() instead.

Parameters

display

Type: Display

No description available.

The data is owned by the caller of the function.
screen

Type: int

No description available.

func

Type: PangoXftSubstituteFunc

No description available.

data

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
notify

Type: GDestroyNotify

No description available.