Sha256: 87e2e15082bbb79d038c04899ff4982b6d2a9e8a637507aae06f65ed035c0435

Contents?: true

Size: 261 Bytes

Versions: 96

Compression:

Stored size: 261 Bytes

Contents

# -*- encoding: utf-8 -*-

require 'hexapdf/font/type1'

FONT_TIMES = HexaPDF::Font::Type1::Font.from_afm(File.join(HexaPDF.data_dir, 'afm', "Times-Roman.afm"))
FONT_SYMBOL = HexaPDF::Font::Type1::Font.from_afm(File.join(HexaPDF.data_dir, 'afm', "Symbol.afm"))

Version data entries

96 entries across 96 versions & 1 rubygems

Version Path
hexapdf-1.2.0 test/hexapdf/font/type1/common.rb
hexapdf-1.1.1 test/hexapdf/font/type1/common.rb
hexapdf-1.1.0 test/hexapdf/font/type1/common.rb
hexapdf-1.0.3 test/hexapdf/font/type1/common.rb
hexapdf-1.0.2 test/hexapdf/font/type1/common.rb
hexapdf-1.0.1 test/hexapdf/font/type1/common.rb
hexapdf-1.0.0 test/hexapdf/font/type1/common.rb
hexapdf-0.47.0 test/hexapdf/font/type1/common.rb
hexapdf-0.46.0 test/hexapdf/font/type1/common.rb
hexapdf-0.45.0 test/hexapdf/font/type1/common.rb
hexapdf-0.44.0 test/hexapdf/font/type1/common.rb
hexapdf-0.41.0 test/hexapdf/font/type1/common.rb
hexapdf-0.40.0 test/hexapdf/font/type1/common.rb
hexapdf-0.39.1 test/hexapdf/font/type1/common.rb
hexapdf-0.39.0 test/hexapdf/font/type1/common.rb
hexapdf-0.38.0 test/hexapdf/font/type1/common.rb
hexapdf-0.37.2 test/hexapdf/font/type1/common.rb
hexapdf-0.37.1 test/hexapdf/font/type1/common.rb
hexapdf-0.37.0 test/hexapdf/font/type1/common.rb
hexapdf-0.36.0 test/hexapdf/font/type1/common.rb