Class: Plurimath::Math::Function::FontStyle::SansSerifBoldItalic

Inherits:
FontStyle
  • Object
show all
Defined in:
lib/plurimath/math/function/font_style/sans-serif-bold-italic.rb

Instance Method Summary collapse

Instance Method Details

#to_omml_without_math_tag(display_style, options:) ⇒ Object



8
9
10
11
# File 'lib/plurimath/math/function/font_style/sans-serif-bold-italic.rb', line 8

def to_omml_without_math_tag(display_style, options:)
  font_styles(display_style, sty: "bi", scr: "sans-serif",
                             options: options)
end