--- a/trunk/htdocs/matplotlib.mathtext.html +++ b/trunk/htdocs/matplotlib.mathtext.html @@ -186,9 +186,10 @@ BACKENDS<br> <br> mathtext currently works with GTK, Agg, GTKAgg, TkAgg and WxAgg and<br> - PS. SVG support is planned. You can plot mathtext with arbitrary<br> - rotation angles on postscript - on *Agg, only horizontal and<br> - vertical mathtext are supported.<br> + PS, though only horizontal and vertical rotations are supported. If<br> + David incorporates ft2font into paint, it will be easy to add to<br> + Paint. WX can follow the lead of GTK and use pixels API calls to<br> + use mathtext.<br> <br> mathtext now embeds the TrueType computer modern fonts into the PS<br> file, so what you see on the screen should be what you get on paper.<br> @@ -224,7 +225,8 @@ <tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td> <td width="100%"><dl> -<dt><font face="helvetica, arial"><a href="matplotlib.mathtext.html#Element">Element</a> +<dt><font face="helvetica, arial"><a href="matplotlib.mathtext.html#DummyFonts">DummyFonts</a> +</font></dt><dt><font face="helvetica, arial"><a href="matplotlib.mathtext.html#Element">Element</a> </font></dt><dd> <dl> <dt><font face="helvetica, arial"><a href="matplotlib.mathtext.html#GroupElement">GroupElement</a> @@ -297,6 +299,18 @@ <dl><dt><strong>fnames</strong> = ('cmmi10', 'cmsy10', 'cmex10', 'cmtt10', 'cmr10')</dl> <dl><dt><strong>fontmap</strong> = {None: 'cmmi10', 'cal': 'cmsy10', 'it': 'cmmi10', 'rm': 'cmr10', 'tt': 'cmtt10'}</dl> + +</td></tr></table> <p> +<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> +<tr bgcolor="#ffc8d8"> +<td colspan=3 valign=bottom> <br> +<font color="#000000" face="helvetica, arial"><a name="DummyFonts">class <strong>DummyFonts</strong></a></font></td></tr> + +<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> +<td colspan=2><tt>dummy class for debugging parser<br> </tt></td></tr> +<tr><td> </td> +<td width="100%">Methods defined here:<br> +<dl><dt><a name="DummyFonts-get_metrics"><strong>get_metrics</strong></a>(self, font, sym, fontsize, dpi)</dt></dl> </td></tr></table> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> @@ -732,6 +746,7 @@ <strong>number</strong> = Combine:({{W:(0123...) ["."]} [W:(0123...)]})<br> <strong>nums</strong> = '0123456789'<br> <strong>over</strong> = "over"<br> +<strong>overUnder</strong> = {"over" | "under"}<br> <strong>overunder</strong> = {r'\coprod': 1, r'\int': 1, r'\prod': 1, r'\sum': 1}<br> <strong>percent</strong> = "%"<br> <strong>period</strong> = "."<br> @@ -748,8 +763,8 @@ <strong>subscript</strong> = subscript<br> <strong>subsuperscript</strong> = subsuperscript<br> <strong>superscript</strong> = superscript<br> -<strong>symbol</strong> = {{{{{{Combine:({{"\" W:(abcd...)} ~{Suppress:("{...@"} | "%"} | "&"}} ^ {{{"[" | "]"} | "("} | ")"}}<br> -<strong>symgroup</strong> = {{{{{{{Combine:({{"\" W:(abcd...)} ~{Suppress:("...} | "&"}} ^ {{{"[" | "]"} | "("} | ")"}} ^ group}<br> +<strong>symbol</strong> = {{{{{{Combine:({{"\" W:(abcd...)} ~{Suppress:("{...@"} | "%"} | "&"}} | {{{"[" | "]"} | "("} | ")"}}<br> +<strong>symgroup</strong> = {{{{{{{Combine:({{"\" W:(abcd...)} ~{Suppress:("...} | "&"}} | {{{"[" | "]"} | "("} | ")"}} | group}<br> <strong>texsym</strong> = Combine:({{"\" W:(abcd...)} ~{Suppress:("{")}})<br> <strong>times</strong> = "*"<br> <strong>typewriter</strong> = "tt"<br>