diff options
author | scuri <scuri> | 2009-06-23 03:18:33 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-06-23 03:18:33 +0000 |
commit | 0610dd4f3064220a2e8fb1d8dc120044eb6c64a8 (patch) | |
tree | a5d0d3b6c79e967cd4e80c7668b906e8b422f902 /html/en/history.html | |
parent | 09be96e0606d05b056f82b5f9254208a2d0e4c88 (diff) |
*** empty log message ***
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> |