From a85cc5d3423ef939806bd4574488af40ff3e43c6 Mon Sep 17 00:00:00 2001
From: scuri
A raster text using a font with styles. The position the text is drawn depends on the text alignment attribute.
The library has at least 4 standard typefaces: "System" (which depends on the driver and platform), - "Courier" (mono spaced - with serif), "Times" (proportional with serif) and "Helvetica" (proportional without serif). Each typeface can have + "Courier" (mono spaced + with serif), "Times" (proportional with serif) and "Helvetica" (proportional without serif). Each typeface can have some styles: Plain, Bold, Italic and a combination of Bold and Italic. As an alternative to the standard typefaces, you can use other typefaces or native driver typefaces with the function NativeFont, but they may work in a reduced set of drivers. diff --git a/html/en/screenshots_src_c.html b/html/en/screenshots_src_c.html index ec9f24a..2a85a70 100644 --- a/html/en/screenshots_src_c.html +++ b/html/en/screenshots_src_c.html @@ -23,6 +23,9 @@ .style4 { text-align: left; } +.style5 { + color: #008000; +}
@@ -842,12 +845,17 @@ cdCanvasVertex(/* Draw the image on the top-right -corner but increasing its actual size, and uses its full area */+corner but increasing its actual size,
+and uses +the complete image */
cdCanvasPutImageRectRGBA(canvas, IMAGE_SIZE, IMAGE_SIZE, red, green, blue, alpha, +
++ w - 400, h - diff --git a/html/en/screenshots_src_lua.html b/html/en/screenshots_src_lua.html index 2243414..22a7e21 100644 --- a/html/en/screenshots_src_lua.html +++ b/html/en/screenshots_src_lua.html @@ -24,6 +24,9 @@ text-align: left; font-family: Arial, Helvetica, sans-serif; } +.style5 { + color: #008000; +}
@@ -654,7 +657,9 @@ canvas:Vertexcanvas:End()
-- Draw the image on the top-right corner but -increasing its actual size, and uses its full area
+increasing its actual size,
+-- and uses the +complete image
canvas:PutImageRectRGBA(imagergba,
w -
400,
diff --git a/html/en/to_do.html b/html/en/to_do.html
index 6a65f2a..be20e0c 100644
--- a/html/en/to_do.html
+++ b/html/en/to_do.html
@@ -31,7 +31,6 @@
Simulation
PS
--
cgit v1.2.3