merge

fun merge(descToMerge: FontDescription? = null, replaceExisting: Boolean)

Merges the fields that are set in @desc_to_merge into the fields in

Parameters

descToMerge

the PangoFontDescription to merge from, or null

replaceExisting

if true, replace fields in @desc with the corresponding values from @desc_to_merge, even if they are already exist.