I have a text renderer, and I would like to it render in bold. As far as I understand (which is not much), I need to do something like: with Pango.Enums; use Pango.Enums; ... Weight_Properties.Set_Property (Renderer, ??, Pango_Weight_Bold); I put ?? in the middle because I've no idea what to put there. Thanks for your help, Duncan.