Sha256: 47a6be0c9b5b6a7bb4962e2579e50ec78189694d636bb35f2c171a27076a3e04
Contents?: true
Size: 361 Bytes
Versions: 10
Compression:
Stored size: 361 Bytes
Contents
# frozen_string_literal: true require_relative "../font_style" module Plurimath module Math module Function class FontStyle class BoldItalic < FontStyle def to_omml_without_math_tag(display_style, options:) font_styles(display_style, sty: "bi", options: options) end end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems