Class: HexaPDF::Type::FontDescriptor
- Inherits:
-
Dictionary
- Object
- Object
- Dictionary
- HexaPDF::Type::FontDescriptor
- Extended by:
- Utils::BitField
- Defined in:
- lib/hexapdf/type/font_descriptor.rb
Overview
This class specifies metrics and other attributes of a simple font or a CID font as a whole.
See: PDF1.7 s9.8
Constant Summary
Constants included from DictionaryFields
DictionaryFields::Boolean, DictionaryFields::PDFByteString, DictionaryFields::PDFDate
Constants inherited from Object
Object::NOT_DUPLICATABLE_CLASSES
Instance Attribute Summary
Attributes inherited from Object
#data, #document, #must_be_indirect
Method Summary
Methods included from Utils::BitField
Methods inherited from Dictionary
#[], #[]=, define_field, define_type, #delete, #each, each_field, #empty?, field, #key?, #to_h, type, #type
Methods inherited from Object
#<=>, #==, deep_copy, #deep_copy, #document?, #eql?, #gen, #gen=, #hash, #indirect?, #initialize, #inspect, #must_be_indirect?, #null?, #oid, #oid=, #type, #validate, #value, #value=
Constructor Details
This class inherits a constructor from HexaPDF::Object