diff options
| author | Mike Wey | 2011-12-30 21:35:20 +0100 |
|---|---|---|
| committer | Mike Wey | 2011-12-30 21:35:20 +0100 |
| commit | da8674adbf4701ff808bbce0b0a5ae420115726b (patch) | |
| tree | 9e9769c163ff9d1b86ed0416f52558b2a39e1b62 /examples | |
| parent | 23a4423c025c42fc5131e090afe0df11112443df (diff) | |
Some Cleanup.
Diffstat (limited to 'examples')
| -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 0aced61..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("Arial"); + dc.fontFamily("Sans"); dc.fontSize(fontsize); dc.stroke(textShadow); dc.fill(textColor); |
