comparison doodle/tk/drawing.d @ 78:024a5608087f

Meh
author "David Bryant <bagnose@gmail.com>"
date Sun, 15 Aug 2010 15:19:14 +0930
parents 78bc2046256e
children 535bae7a7305
comparison
equal deleted inserted replaced
77:15ca7d5cd1ed 78:024a5608087f
33 33
34 //void setFontFace; 34 //void setFontFace;
35 //void setFontSize; 35 //void setFontSize;
36 void drawText(in string text); 36 void drawText(in string text);
37 37
38 void measureText(in string text, out Rectangle logicalBounds, out Rectangle totalBounds);
39
38 // How to fit fonts, metrics, etc in here? 40 // How to fit fonts, metrics, etc in here?
41 // Initially let's just support one font
39 } 42 }