fn add_pango_attributes(
    attr_list: &AttrList,
    props: &FontProperties,
    start_index: usize,
    end_index: usize,
    font_size: PangoUnits,
    letter_spacing: PangoUnits
)
Expand description

Adds Pango attributes, suitable for a span of text, to an AttrList.