X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b260fbe33b67311ab69043e8fb1bc4c4d7ac1f2..135ce19c6765c1163b63071ed84443da989cac7a:/samples/html/test/test.htm diff --git a/samples/html/test/test.htm b/samples/html/test/test.htm index acdd00a134..8fcbdf971e 100644 --- a/samples/html/test/test.htm +++ b/samples/html/test/test.htm @@ -4,12 +4,17 @@ - + + click here to go to tables test page!

click here to go to IMAGEMAPs test page! - +

+i18n demo 1 (iso8859-2) +

+i18n demo 2 (cp1250) +

This is - - default text, now switching to

@@ -285,5 +290,53 @@ This is definition list (DL,DT,DD): ...end of DD +

+

Increasing font size test

+ +normal

+ +plus one

+ +plus one

+ +plus one

+ +minus two

+ + + + + + +

+

FONT FACE demo

+ + + +Normal font
+Times New Roman (and typewriter) +
+avantgarde or Tahoma, if available +
+inside tt tag... lucida/terminal +
...and now, everything is back in normal, we +continue as before, ok? ?? + +
+ +

Justified paragraph:

+ +

+A frame is a window whose size and position can (usually) be changed by the +user. It usually has thick borders and a title bar, and can optionally contain +a menu bar, toolbar and status bar. A frame can contain any window that is not +a frame or dialog. +

+A frame that has a status bar and toolbar created via the +CreateStatusBar/CreateToolBar functions manages these windows, and adjusts the +value returned by GetClientSize to reflect the remaining size available to +application windows. + +