summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMike Wey2012-01-02 16:55:11 +0100
committerMike Wey2012-01-02 16:55:11 +0100
commitc7acbf8a060f91d585c7a48d2562ebf7f9241f48 (patch)
tree48d03ebb194610137e79b694aaebf0458233b85b /examples
parent210970a92f2b01ebc91ccee68493ed0733a2868d (diff)
parentc17126a686f8191b19ab8ed6be1b1f4117df3b30 (diff)
Merge branch 'WindowsDisplay'
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..6839dba 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.fontFamily("Sans");
dc.fontSize(fontsize);
dc.stroke(textShadow);
dc.fill(textColor);