Method: Mathtype5::RecordChar#variation
- Defined in:
- lib/records5/char.rb
#variation ⇒ Object
75 76 77 78 79 80 81 82 |
# File 'lib/records5/char.rb', line 75 def variation case typeface when 1, 9, 10 "textmode" else "mathmode" end end |