(value, size, mode, options)
| 8036 | |
| 8037 | |
| 8038 | const mathrmSize = function mathrmSize(value, size, mode, options) { |
| 8039 | return buildCommon.makeSymbol(value, "Size" + size + "-Regular", mode, options); |
| 8040 | }; |
| 8041 | /** |
| 8042 | * Makes a large delimiter. This is a delimiter that comes in the Size1, Size2, |
| 8043 | * Size3, or Size4 fonts. It is always rendered in textstyle. |