Class: Plurimath::Math::Function::FontStyle::BoldFraktur

Inherits:
FontStyle
  • Object
show all
Defined in:
lib/plurimath/math/function/font_style/bold-fraktur.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/bold-fraktur.rb', line 8

def to_omml_without_math_tag(display_style, options:)
  font_styles(display_style, sty: "b", scr: "fraktur",
                             options: options)
end