module MathML::Variant

Constants

BOLD
BOLD_ITALIC
NORMAL

Public Instance Methods

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