added demo of <font face>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f1ad10f373
commit
6ed4970d21
@ -285,5 +285,39 @@ This is definition list (DL,DT,DD):
|
||||
</dl>
|
||||
...end of DD
|
||||
|
||||
<p>
|
||||
<h2>Increasing font size test</h2>
|
||||
|
||||
normal<p>
|
||||
<font size=+1>
|
||||
plus one<p>
|
||||
<font size=+1>
|
||||
plus one<p>
|
||||
<font size=+1>
|
||||
plus one<p>
|
||||
<font size=-2>
|
||||
minus two<p>
|
||||
</font>
|
||||
</font>
|
||||
</font>
|
||||
</font>
|
||||
|
||||
|
||||
<p>
|
||||
<h2> FONT FACE demo </h2>
|
||||
|
||||
|
||||
<font size=+2>
|
||||
Normal font<br>
|
||||
<font face="Times New Roman,times">Times New Roman (and <tt>typewriter</tt>)
|
||||
<br></font>
|
||||
<font face="avantgarde,Tahoma">avantgarde or Tahoma, if available</font>
|
||||
<br>
|
||||
<tt>inside tt tag...<font face="lucidatypewriter,terminal"> lucida/terminal </font></tt>
|
||||
<br>...and now, everything is back in normal, we
|
||||
continue as <i>before</i>, <b>ok?</b> ??
|
||||
|
||||
</font>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
Loading…
Reference in New Issue
Block a user