Adds a norm flag. This method should only be called to control text rendering in the visual front end. @return self reference
()
| 120 | * @return self reference |
| 121 | */ |
| 122 | public TokenBuilder norm() { |
| 123 | return add(NORM); |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * Adds a half new line. This method should only be called to control text |