diff options
| author | Mike Wey | 2012-01-02 16:55:11 +0100 |
|---|---|---|
| committer | Mike Wey | 2012-01-02 16:55:11 +0100 |
| commit | c7acbf8a060f91d585c7a48d2562ebf7f9241f48 (patch) | |
| tree | 48d03ebb194610137e79b694aaebf0458233b85b /examples/draw.d | |
| parent | 210970a92f2b01ebc91ccee68493ed0733a2868d (diff) | |
| parent | c17126a686f8191b19ab8ed6be1b1f4117df3b30 (diff) | |
Merge branch 'WindowsDisplay'
Diffstat (limited to 'examples/draw.d')
| -rw-r--r-- | examples/draw.d | 2 |
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); |
