Function
PangoXftset_default_substitute
Declaration [src]
void
pango_xft_set_default_substitute (
Display* display,
int screen,
PangoXftSubstituteFunc 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 |
Parameters
display
-
Type:
Display
An X Display.
The data is owned by the caller of the function. screen
-
Type:
int
The screen number of a screen within
display
. func
-
Type:
PangoXftSubstituteFunc
Function to call to to do final config tweaking on
FcPattern
objects. data
-
Type:
gpointer
Data to pass to
func
.The argument can be NULL
.The data is owned by the caller of the function. notify
-
Type:
GDestroyNotify
Function to call when
data
is no longer used.