Class: UnpackStrategy::Otf
- Inherits:
-
Uncompressed
- Object
- Uncompressed
- UnpackStrategy::Otf
- Defined in:
- Library/Homebrew/unpack_strategy/otf.rb
Overview
Strategy for unpacking OpenType fonts.
Instance Attribute Summary
Attributes included from UnpackStrategy
Class Method Summary collapse
Methods inherited from Uncompressed
Methods included from UnpackStrategy
#dependencies, detect, #extract, #extract_nestedly, from_extension, from_magic, from_type, #initialize
Methods included from SystemCommand::Mixin
#system_command, #system_command!
Class Method Details
.can_extract?(path) ⇒ Boolean
15 16 17 |
# File 'Library/Homebrew/unpack_strategy/otf.rb', line 15 def self.can_extract?(path) path.magic_number.match?(/\AOTTO/n) end |
.extensions ⇒ Object
11 12 13 |
# File 'Library/Homebrew/unpack_strategy/otf.rb', line 11 def self.extensions [".otf"] end |