diff --git a/html/en/drv/cairo.html b/html/en/drv/cairo.html index da5d6de..fd1c1c2 100644 --- a/html/en/drv/cairo.html +++ b/html/en/drv/cairo.html @@ -227,6 +227,11 @@

Exclusive Attributes

a string ("%g %d %d" = angle x y). Can not be set if a transformation is already set. + diff --git a/html/en/drv/gdiplus.html b/html/en/drv/gdiplus.html index b1ed976..ca7a8e9 100644 --- a/html/en/drv/gdiplus.html +++ b/html/en/drv/gdiplus.html @@ -193,10 +193,15 @@

Exclusive Attributes

foreground color), and another one for the end point (using the background color). + diff --git a/html/en/drv/gdk.html b/html/en/drv/gdk.html index 409698c..5918ca3 100644 --- a/html/en/drv/gdk.html +++ b/html/en/drv/gdk.html @@ -123,6 +123,11 @@

Exclusive Attributes

  • "PANGOVERSION": returns a string with the Pango version number. It is empty if the Pango is not available.
  • + diff --git a/html/en/drv/win32.html b/html/en/drv/win32.html index fa60cd9..17febc2 100644 --- a/html/en/drv/win32.html +++ b/html/en/drv/win32.html @@ -104,7 +104,8 @@

    Exclusive Attributes

    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 cdCreateImage and for every - cdPutImageRect, the pointer must exists while the image exists. The alpha values are transfered to + cdPutImageRect, the pointer must exists while the image exists. The alpha values are + transferred to the image only in cdPutImageRect, so they can be freely changed any time. It will use the AlphaBlend GDI function. The data is not duplicated, only the pointer is stored. The size of @@ -119,7 +120,8 @@

    Exclusive Attributes

    GDI function. + diff --git a/html/en/history.html b/html/en/history.html index b01d1bb..99d940a 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -31,8 +31,11 @@

    History of Changes

    -

    CVS (22/May/2013)

    +

    CVS (02/Ago/2013)