module MathML::Variant

Constants

BOLD
BOLD_ITALIC
NORMAL

Public Instance Methods

variant=(v) click to toggle source
   # File lib/math_ml/element.rb
15 def variant=(v)
16         self["mathvariant"] = v
17 end