<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi,<br><br>I'm having problems rendering white text. I'm using Arial 16 Bold. The text that is solid white is fine. However the edges look like they are being rendered in black and dark grey. These edges are the right color for if my text was black not white. I am an image surface in win32.<br><br>pseudo code:<br><br>cr = cairo_create_cairo_context(100, 100, 4)<br>cairo_select_font_face(cr, "Arial", "Bold")<br>cairo_set_font_size(cr, 13)<br>cairo_move_to(cr, 0, 13)<br>cairo_set_color(cr,"White")<br>cairo_show_text(cr, "Hello")<br><br><br>Any suggestions?<br><br>- Greg<br><br /><hr /> <a href='' target='_new'></a></body>
</html>