Function
Pango.attr_fallback_new
Declaration [src]
PangoAttribute*
pango_attr_fallback_new (
gboolean enable_fallback
)
Description [src]
Create a new font fallback attribute.
If fallback is disabled, characters will only be used from the closest matching font on the system. No fallback will be done to other fonts on the system that might contain the characters in the text.
Parameters
enable_fallback |
gboolean |
|
Return value
Returns: PangoAttribute |
|
the newly allocated
|
|
Ownership of the data is transferred to the caller |