summaryrefslogtreecommitdiff
path: root/examples/draw.d
diff options
context:
space:
mode:
Diffstat (limited to 'examples/draw.d')
-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);