Re: dia and fonts
- From: Pierre DUQUESNE <Pierre DUQUESNE etu upmc fr>
- To: discussions about usage and development of dia <dia-list gnome org>
- Cc: dia-list gnome org
- Subject: Re: dia and fonts
- Date: Thu, 22 Sep 2005 08:48:30 +0100
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
Dia-list gnome org
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]