方法
PangoFontDescriptionmerge
声明 [源]
void
pango_font_description_merge (
PangoFontDescription* desc,
const PangoFontDescription* desc_to_merge,
gboolean replace_existing
)
描述 [源]
将desc_to_merge
中设置的字段合并到desc
的字段中。
如果replace_existing
是FALSE
,则仅影响desc
中尚未设置的字段。如果为TRUE
,则已设置的字段也将被替换。
如果desc_to_merge
是NULL
,则此函数不执行任何操作。