diff options
Diffstat (limited to 'html/en/history.html')
-rw-r--r-- | html/en/history.html | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/html/en/history.html b/html/en/history.html index 165a75b..25355fc 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -10,12 +10,23 @@ <body> <h1>History of Changes</h1> -<h3>CVS (13/Jun/2008)</h3> +<h3>CVS (22/Jun/2008)</h3> <ul> + <li><span style="color: #0000FF">New:</span> functions <strong> + CanvasGetVectorTextBox, CanvasGetVectorFontSize</strong> and <strong> + CanvasVectorFontSize</strong>.</li> <li><span style="color: #008000">Changed:</span> CD_DBUFFER now activates the buffered canvas before creating the image canvas. If size is 0 then uses 1 and avoid to fail during creation.</li> - <li><span style="color: #FF0000">Fixed:</span> <strong>cdCanvasText</strong> + <li><span style="color: #008000">Changed:</span> + the functions <strong>CanvasVectorText</strong>, <strong>CanvasText</strong> + and <strong>CanvasGetTextSize</strong> now supports line breaks using '\n'. + <strong>CanvasMultiLineVectorText</strong> is now deprecated but kept for + compatibility. + <strong> + <span style="color: #FF0000">IMPORTANT</span></strong> - VectorTextSize now + includes the full line size.</li> + <li><span style="color: #FF0000">Fixed:</span> <strong>CanvasText</strong> for CD_IMAGERGB driver when the foreground color has alpha.</li> </ul> <h3>Version 5.1.1 (15/Dec/2008)</h3> |