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