diff --git a/components/nvidia-widgets/doc/nvwidgets.chm b/components/nvidia-widgets/doc/nvwidgets.chm index dd32b4d05..2ddf3ebd8 100644 Binary files a/components/nvidia-widgets/doc/nvwidgets.chm and b/components/nvidia-widgets/doc/nvwidgets.chm differ diff --git a/components/nvidia-widgets/doc/nvwidgets.png b/components/nvidia-widgets/doc/nvwidgets.png index 2aed8f06e..fa21bbf46 100644 Binary files a/components/nvidia-widgets/doc/nvwidgets.png and b/components/nvidia-widgets/doc/nvwidgets.png differ diff --git a/components/nvidia-widgets/doc/nvwidgets.xml b/components/nvidia-widgets/doc/nvwidgets.xml index 6846f4cf7..fa1dc26c5 100644 --- a/components/nvidia-widgets/doc/nvwidgets.xml +++ b/components/nvidia-widgets/doc/nvwidgets.xml @@ -174,10 +174,12 @@ It is displaying a boolean state true if the current value is equal to the refer UI method for drawing a texture view - Several parameters control the equation used to display the texel - -texel = texture2DFetch(...); -pixel = texelSwizzling( texel * texelScale + texelOffset ); + +

Several parameters control the equation used to display the texel

+ texel = texture2DFetch(...); +pixel = texelSwizzling( texel * texelScale + texelOffset ); + +
provides a location and size for the texture view @@ -230,15 +232,17 @@ False equals 0 NVIDIA widget library - This library is originally based on the NVIDIA widget library. NVIDIA Widgets is the immediate mode graphical user interface toolkit used by the NVIDIA SDK samples. -

-Originally ported to FPC by Darius Blaszyk in June 2011. -

-This library is distributed under the -MIT license, as the original library was. -

-The original code can be found here: -http://code.google.com/p/nvidia-widgets/

-For more information see the Lazarus wiki. + +

This library is originally based on the NVIDIA widget library. NVIDIA Widgets is the +immediate mode graphical user interface toolkit used by the +NVIDIA SDK samples. +

+

Originally ported to FPC by Darius Blaszyk in June 2011.

+

This library is distributed under the MIT license, as the original library was.

+

The original code can be found here: +

+ +

For more information see the Lazarus wiki.

+