From 23a4423c025c42fc5131e090afe0df11112443df Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Fri, 30 Dec 2011 18:39:25 +0100 Subject: Add the windows display functionality. --- examples/draw.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/draw.d b/examples/draw.d index deed525..0aced61 100644 --- a/examples/draw.d +++ b/examples/draw.d @@ -64,7 +64,7 @@ void main() dc.fill(cylinderTop); dc.roundRectangle(progressXmax - (2 * wc), progressYmin, progressXmax, progressYmax, wc, hc); - dc.font("Helvetica"); + dc.font("Arial"); dc.fontSize(fontsize); dc.stroke(textShadow); dc.fill(textColor); -- cgit v1.2.3