Sha256: 0b8c07ea7c4cafde051576a698f3b6076376060e56beef0a3f725d1452a3ea4b
Contents?: true
Size: 270 Bytes
Versions: 4
Compression:
Stored size: 270 Bytes
Contents
# frozen_string_literal: true module TTFunk class Table class Cff < TTFunk::Table module Encodings autoload :EXPERT, 'ttfunk/table/cff/encodings/expert' autoload :STANDARD, 'ttfunk/table/cff/encodings/standard' end end end end
Version data entries
4 entries across 4 versions & 1 rubygems