summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMike Wey2011-12-30 18:39:25 +0100
committerMike Wey2011-12-30 18:39:25 +0100
commit23a4423c025c42fc5131e090afe0df11112443df (patch)
tree77b0ddff2a4adb43f0ef2f3b3ae7d602506bfb1e /examples
parentc227153d3ff409a94bce49542da85ab0706daa09 (diff)
Add the windows display functionality.
Diffstat (limited to 'examples')
-rw-r--r--examples/draw.d2
1 files changed, 1 insertions, 1 deletions
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);