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