Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
scuri committed Aug 2, 2013
1 parent 137fce1 commit 00ccdb7
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 4 deletions.
5 changes: 5 additions & 0 deletions html/en/drv/cairo.html
Expand Up @@ -227,6 +227,11 @@ <h4>Exclusive Attributes</h4>
a string (&quot;%g %d %d&quot; = angle x y). Can not be set if a transformation is
already set.</li>
</ul>
<ul>
<li><b><font face="Courier">&quot;UTF8MODE&quot;: </font></b>enables the usage
of the UTF-8 encoding for strings. It can have the following
values: &quot;1&quot; or &quot;0&quot;. Default is &quot;0&quot;.</li>
</ul>

</body>

Expand Down
7 changes: 6 additions & 1 deletion html/en/drv/gdiplus.html
Expand Up @@ -193,10 +193,15 @@ <h4>Exclusive Attributes</h4>
foreground color), and another one for the end point (using the background color).</li>
</ul>
<ul>
<li><b><font face="Courier">&quot;LINECAP&quot;: </font></b>defines addicional line cap styles. It can have the following
<li><b><font face="Courier">&quot;LINECAP&quot;: </font></b>defines additional line cap styles. It can have the following
values: &quot;Triangle&quot;, &quot;NoAnchor&quot;, &quot;SquareAnchor&quot;, &quot;RoundAnchor&quot;, &quot;DiamondAnchor&quot;, or &quot;ArrowAnchor&quot;. It can not be
retrieved (set only).</li>
</ul>
<ul>
<li><b><font face="Courier">&quot;UTF8MODE&quot;: </font></b>enables the usage
of the UTF-8 encoding for strings. It can have the following
values: &quot;1&quot; or &quot;0&quot;. Default is &quot;0&quot;.</li>
</ul>

</body>

Expand Down
5 changes: 5 additions & 0 deletions html/en/drv/gdk.html
Expand Up @@ -123,6 +123,11 @@ <h4>Exclusive Attributes</h4>
<li><b><font face="Courier">&quot;PANGOVERSION&quot;: </font></b>returns a string with
the Pango version number. It is empty if the Pango is not available.</li>
</ul>
<ul>
<li><b><font face="Courier">&quot;UTF8MODE&quot;: </font></b>enables the usage
of the UTF-8 encoding for strings. It can have the following
values: &quot;1&quot; or &quot;0&quot;. Default is &quot;0&quot;.</li>
</ul>

</body>

Expand Down
11 changes: 9 additions & 2 deletions html/en/drv/win32.html
Expand Up @@ -104,7 +104,8 @@ <h4>Exclusive Attributes</h4>
images if IMAGEFORMAT=32. The attribute format is a pointer to the transparency values in a sequence of chars in
the same format of alpha for client images. The attribute is used only in the <font face="Courier"><strong>
cdCreateImage</strong></font> and for every <font face="Courier"><strong>
cdPutImageRect</strong></font>, the pointer must exists while the image exists. The alpha values are transfered to
cdPutImageRect</strong></font>, the pointer must exists while the image exists. The alpha values are
transferred to
the image only in <font face="Courier"><strong>cdPutImageRect</strong></font>, so they can be freely changed any time.
It will use the <strong><font face="Courier">AlphaBlend</font></strong> GDI
function. The data is not duplicated, only the pointer is stored. The size of
Expand All @@ -119,7 +120,8 @@ <h4>Exclusive Attributes</h4>
GDI function.</li>
</ul>
<ul>
<li>&quot;<b><font face="Courier">IMAGEPOINTS</font></b>&quot;:&nbsp; define 3 coordinates of a paralelogram that will be used
<li>&quot;<b><font face="Courier">IMAGEPOINTS</font></b>&quot;:&nbsp; define 3 coordinates of a
parallelogram that will be used
to warp server images. Use 6 integer values inside a string (&quot;%d %d %d %d %d %d&quot; = x1 y1 x2 y2 x3 y3). Use NULL to
remove the attribute. The respective specified points are the upper-left corner, the upper-right corner and the lower
left corner. The drawing is also affected by the &quot;IMAGEMASK&quot; attribute. It will use the <font face="Courier"><strong>
Expand All @@ -132,6 +134,11 @@ <h4>Exclusive Attributes</h4>
string (&quot;%g %d %d&quot; = angle x y).&nbsp; Can not be set if a
transformation is already set.</li>
</ul>
<ul>
<li><b><font face="Courier">&quot;UTF8MODE&quot;: </font></b>enables the usage
of the UTF-8 encoding for strings. It can have the following
values: &quot;1&quot; or &quot;0&quot;. Default is &quot;0&quot;.</li>
</ul>

</body>

Expand Down
5 changes: 4 additions & 1 deletion html/en/history.html
Expand Up @@ -31,8 +31,11 @@
<body>

<h2>History of Changes</h2>
<h3>CVS (22/May/2013)</h3>
<h3>CVS (02/Ago/2013)</h3>
<ul>
<li><span class="hist_new">New:</span> support for UTF-8 strings in <strong>
cdCanvasText</strong> using the canvas attribute UTF8MODE for the Win32,
GDI+, GDK and Cairo drivers.</li>
<li><span class="hist_fixed">Fixed:</span> invalid memory release at <strong>
cdReleaseState</strong>.</li>
<li><span class="hist_fixed">Fixed:</span> implemented missing SIZE_CB
Expand Down

0 comments on commit 00ccdb7

Please sign in to comment.