Sha256: d66259dd123b71a3d6cd4cba693b4cdbd5adfe2bc4da2cc77ba97ac5a9768ef4
Contents?: true
Size: 333 Bytes
Versions: 23
Compression:
Stored size: 333 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) font_styles(display_style, sty: "bi") end end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems