diff options
| author | scuri <scuri> | 2009-05-12 00:19:35 +0000 | 
|---|---|---|
| committer | scuri <scuri> | 2009-05-12 00:19:35 +0000 | 
| commit | a49c3d001aa2a572c9ed53a90566461bbd151b2a (patch) | |
| tree | 11dca387069594c7c48a2c3e01cad233c102a4af /html | |
| parent | 012e655385af33a760dab22cf7395c23601fa493 (diff) | |
*** empty log message ***
Diffstat (limited to 'html')
| -rw-r--r-- | html/en/func/wd.html | 5 | ||||
| -rw-r--r-- | html/en/history.html | 7 | 
2 files changed, 8 insertions, 4 deletions
| diff --git a/html/en/func/wd.html b/html/en/func/wd.html index 9c83ec5..eaef72d 100644 --- a/html/en/func/wd.html +++ b/html/en/func/wd.html @@ -16,8 +16,9 @@        relation between Window and Viewport.</p>      <p align="center"><font size="4">Window x Viewport</font><br>        <img src="../../img/wc-dc.gif" border="2" width="330" height="182"></p> -    <p>If you want to map coordinates from one system to another, use the <font>wdWorld2Canvas</font> -      e <font>wdCanvas2World</font> functions. +    <p>If you want to map coordinates from one system to another, use the <font> +	<strong>wdWorld2Canvas</strong></font> +      e <font><strong>wdCanvas2World</strong></font> functions.      </p>      <p>The quality of the picture depends on the conversion from World to Canvas, so         if the canvas has a small size the picture quality will be poor. To increase  diff --git a/html/en/history.html b/html/en/history.html index d55ff8c..2b39f67 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -43,13 +43,16 @@  	<strong>    <span style="color: #FF0000">IMPORTANT</span></strong> - removed the FreeType   	library files from the main library. They now are available as an additional  -	library that can be replaced by other FreeType distributions. This will  +	library that can be replaced by other FreeType distributions. You should now  +	link with the "freetype6" library in Windows and with the "freetype" library  +	in UNIX (if not using GTK, freetype is already included in GTK). This change will   	avoid conflicts when using CD and GTK.</li>  	<li><span style="color: #0000FF"><span style="color: #008000">Changed</span>:</span>   	<strong>    <span style="color: #FF0000">IMPORTANT</span></strong> - removed the PDFLib   	library files from the cdpdf library. They now are available as an  -	additional library that can be replaced by other PDFLib distributions.</li> +	additional library that can be replaced by other PDFLib distributions. You  +	should now link with the "pdflib" library.</li>  	<li><span style="color: #0000FF"><span style="color: #008000">Changed</span>:</span>   	<strong>    <span style="color: #FF0000">IMPORTANT</span></strong> - the support services  | 
