| prev | ( testsuite > Characters > Variants > script-bold ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Characters/Variants/script-bold |
| CVS-ID: | |
| Author: | Sam Dooley |
| Description: | This file tests how the mathvariant value 'script-bold' applies to a range of base characters. |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mstyle mathvariant="bold-script">
<mtable columnalign="left">
<mtr>
<mtd>
<mtext>ABCDEFGHIJKLMNOPQRSTUVWXYZ</mtext>
</mtd>
</mtr>
<mtr>
<mtd>
<mtext>abcdefghijklmnopqrstuvwxyz</mtext>
</mtd>
</mtr>
</mtable>
</mstyle>
</math>