diff options
| author | Mike Wey | 2011-12-30 18:39:25 +0100 |
|---|---|---|
| committer | Mike Wey | 2011-12-30 18:39:25 +0100 |
| commit | 23a4423c025c42fc5131e090afe0df11112443df (patch) | |
| tree | 77b0ddff2a4adb43f0ef2f3b3ae7d602506bfb1e /examples/draw.d | |
| parent | c227153d3ff409a94bce49542da85ab0706daa09 (diff) | |
Add the windows display functionality.
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..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); |
