Package: pango
Function pango:attr-list-to-string
Lambda Listpango:attr-list-to-string (attrlist) ArgumentsReturn ValueThe string for the serialized attributes. Details          Serializes a pango-attr-list instance to a string.  
  In the resulting string, serialized attributes are separated by newlines or
  commas. Individual attributes are serialized to a string of the form   START END TYPE VALUEWhere START and END are the indices, with -1 being accepted in place of MAXUINT, TYPE is the nickname of the attribute value type, for example weight or stretch, and the value is serialized according to its type: 
 Note that shape attributes can not be serialized. Examples0 10 foreground red, 5 15 weight bold, 0 200 font-desc "Sans 10" 0 -1 weight 700 0 100 family TimesSince 1.50  | See also | 
2025-08-24