Sha256: 643b1b0fe27f8f2666f07524be5a96f7582dc1d5674eba3b9d8234539739dd16
Contents?: true
Size: 361 Bytes
Versions: 23
Compression:
Stored size: 361 Bytes
Contents
# frozen_string_literal: true require_relative "../font_style" module Plurimath module Math module Function class FontStyle class SansSerifBoldItalic < FontStyle def to_omml_without_math_tag(display_style) font_styles(display_style, sty: "bi", scr: "sans-serif") end end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems