Sha256: 9603e8b53fb4fe884da1a7034a8362f4d42e5900a2d72182e30a9817c251ea4b
Contents?: true
Size: 298 Bytes
Versions: 1
Compression:
Stored size: 298 Bytes
Contents
# frozen_string_literal: true module TTFunk class Table class Cff < TTFunk::Table # Predefined encodings. module Encodings autoload :EXPERT, 'ttfunk/table/cff/encodings/expert' autoload :STANDARD, 'ttfunk/table/cff/encodings/standard' end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ttfunk-1.8.0 | lib/ttfunk/table/cff/encodings.rb |