Class: Plurimath::Math::Function::FontStyle::BoldItalic
- Inherits:
-
FontStyle
- Object
- FontStyle
- Plurimath::Math::Function::FontStyle::BoldItalic
- Defined in:
- lib/plurimath/math/function/font_style/bold-italic.rb
Instance Method Summary collapse
Instance Method Details
#to_omml_without_math_tag(display_style, options:) ⇒ Object
8 9 10 |
# File 'lib/plurimath/math/function/font_style/bold-italic.rb', line 8 def to_omml_without_math_tag(display_style, options:) font_styles(display_style, sty: "bi", options: ) end |