Sha256: e7489bb53dc36636469d993d8c0aef246d811444fe69cbd241a387bf7fa837fb

Contents?: true

Size: 308 Bytes

Versions: 1

Compression:

Stored size: 308 Bytes

Contents

# frozen_string_literal: true

require_relative 'ttf'

module Prawn
  module Fonts
    # OpenType font. This class is used mostly to distinguish OTF from TTF.
    # All functionality is in the {Fonts::TTF} class.
    #
    # @note You shouldn't use this class directly.
    class OTF < TTF
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
prawn-2.5.0 lib/prawn/fonts/otf.rb