Sha256: 5df62117a4bbff778957629b7832d84062baf3471d406126ce5f73752731e8e8
Contents?: true
Size: 382 Bytes
Versions: 10
Compression:
Stored size: 382 Bytes
Contents
# frozen_string_literal: true require_relative "../font_style" module Plurimath module Math module Function class FontStyle class BoldSansSerif < FontStyle def to_omml_without_math_tag(display_style, options:) font_styles(display_style, sty: "b", scr: "sans-serif", options: options) end end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems