class HexaPDF::Type::FontDescriptor

This class specifies metrics and other attributes of a simple font or a CID font as a whole.

See: PDF1.7 s9.8

Private Instance Methods

raw_flags() click to toggle source

Helper method for bit field getter access.

# File lib/hexapdf/type/font_descriptor.rb, line 90
def raw_flags
  self[:Flags]
end
raw_flags=(value) click to toggle source

Helper method for bit field setter access.

# File lib/hexapdf/type/font_descriptor.rb, line 95
def raw_flags=(value)
  self[:Flags] = value
end