Sha256: 9b80f12961a31abfe9047d0abba0fc18e04eacab4466b4e88d806d9e4f5befa2
Contents?: true
Size: 375 Bytes
Versions: 10
Compression:
Stored size: 375 Bytes
Contents
# frozen_string_literal: true require_relative "../font_style" module Plurimath module Math module Function class FontStyle class BoldScript < FontStyle def to_omml_without_math_tag(display_style, options:) font_styles(display_style, sty: "b", scr: "script", options: options) end end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems