Hi,

Take a look at objects/UML/node.c . In the node_draw() function, code at the 
end of the function realizes underlining.

node.c:257:

  for (i = 0; i < node->name->numlines; i++)
    { 
      points[1].x = points[0].x + node->name->row_width[i];
      renderer_ops->draw_line(renderer, points, points + 1, &color_black);
      points[0].y = points[1].y += node->name->height;
    }


--
Pierre


> Good day.
> 
> Hopefully this is an oversight on my part and I am missing a glaring
> misconfiguration.
> 
> How can I underline text in dia?
> 
> This seems to be a function of the fonts as some fonts in the text
> properties contain different attributes, but no underline capability is
> listed in my font settings.
> 
> I am running dia v0.94 on Debian stable.
> 
> Thanks.
> 
> Josh Richard
> 
> 
> 
> _______________________________________________
> Dia-list mailing list
> [email protected]
> http://mail.gnome.org/mailman/listinfo/dia-list
> FAQ at http://www.gnome.org/projects/dia/faq.html
> Main page at http://www.gnome.org/projects/dia
> 
> 

_______________________________________________
Dia-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://www.gnome.org/projects/dia/faq.html
Main page at http://www.gnome.org/projects/dia

Reply via email to