Skip to content

pango_font_description_to_css: Handle numeric weight

Matthias Clasen requested to merge matthiasc/for-main into main

The PangoWeight enum agrees with the numeric values we use here, so we can do this without a switch and support numeric weight values at the same time.

Merge request reports