Sha256: 301392c0332a851960719be497ea5887ce05892b1934b5c5a7673bc71851b97b
Contents?: true
Size: 384 Bytes
Versions: 9
Compression:
Stored size: 384 Bytes
Contents
# frozen_string_literal: true require_relative "../font_style" module Plurimath module Math module Function class FontStyle class SansSerifItalic < FontStyle def to_omml_without_math_tag(display_style, options:) font_styles(display_style, sty: "i", scr: "sans-serif", options: options) end end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems