diff options
author | scuri <scuri> | 2009-10-23 19:01:28 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-10-23 19:01:28 +0000 |
commit | 999918c4962de2ae2bf1acaab2f5f50024a259e1 (patch) | |
tree | b4e40d8a1197efd64456ee67db189a039746d409 /html | |
parent | 5753ae89d5266a664a6468ce7df31ef0d8a6ae2a (diff) |
Fixed: CanvasText for WD when using text with multiple lines.
Diffstat (limited to 'html')
-rw-r--r-- | html/en/history.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/html/en/history.html b/html/en/history.html index 795c285..8dd485a 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -19,7 +19,7 @@ <body> <h2>History of Changes</h2> -<h3>CVS (20/Oct/2008)</h3> +<h3>CVS (23/Oct/2009)</h3> <ul> <li><span class="style1">Changed</span><span class="hist_changed">:</span> Freetype updated to version 2.3.11.</li> @@ -35,8 +35,10 @@ <li><span style="color: #FF0000">Fixed:</span> indexing of <strong> cdImageRGB</strong>, <strong>cdImageRGBA</strong> and <strong>cdBitmap</strong> objects in Lua.</li> + <li><span style="color: #FF0000">Fixed:</span> <strong>CanvasText</strong> + for WD when using text with multiple lines.</li> </ul> -<h3><a href="http://sourceforge.net/projects/canvasdraw/files/5.2/">Version 5.2</a> (26/Jun/2008)</h3> +<h3><a href="http://sourceforge.net/projects/canvasdraw/files/5.2/">Version 5.2</a> (26/Jun/2009)</h3> <ul> <li><span style="color: #0000FF">New:</span> functions <strong> CanvasGetVectorTextBox, CanvasGetVectorFontSize</strong> and <strong> |