Handbook
Glossary
pango_font_description_merge_static ( font_description desc_to_merge replace_existing -- )
Vocabulary
pango
.
ffi
Inputs
font_description
an
object
desc_to_merge
an
object
replace_existing
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
pango.ffi
LIBRARY:
pango
FUNCTION:
void
pango_font_description_merge_static
( PangoFontDescription* font_description,
PangoFontDescription* desc_to_merge,
gboolean
replace_existing )