Class: Ucode::Glyphs::EmbeddedFonts::RawFontDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Ucode::Glyphs::EmbeddedFonts::RawFontDescriptor
- Defined in:
- lib/ucode/glyphs/embedded_fonts/raw_font_descriptor.rb
Overview
Value object: one Type0 font discovered by PdfIndexer, carrying every ref the CodepointMapper needs to resolve codepoint → GID.
Public so tests can construct realistic fixtures without going through the PDF subprocess layer.
Instance Attribute Summary collapse
-
#base_font ⇒ Object
Returns the value of attribute base_font.
-
#cid_map_kind ⇒ Object
Returns the value of attribute cid_map_kind.
-
#font_obj_id ⇒ Object
Returns the value of attribute font_obj_id.
-
#fontfile_kind ⇒ Object
Returns the value of attribute fontfile_kind.
-
#fontfile_obj_id ⇒ Object
Returns the value of attribute fontfile_obj_id.
-
#tounicode_ref ⇒ Object
Returns the value of attribute tounicode_ref.
Instance Attribute Details
#base_font ⇒ Object
Returns the value of attribute base_font
13 14 15 |
# File 'lib/ucode/glyphs/embedded_fonts/raw_font_descriptor.rb', line 13 def base_font @base_font end |
#cid_map_kind ⇒ Object
Returns the value of attribute cid_map_kind
13 14 15 |
# File 'lib/ucode/glyphs/embedded_fonts/raw_font_descriptor.rb', line 13 def cid_map_kind @cid_map_kind end |
#font_obj_id ⇒ Object
Returns the value of attribute font_obj_id
13 14 15 |
# File 'lib/ucode/glyphs/embedded_fonts/raw_font_descriptor.rb', line 13 def font_obj_id @font_obj_id end |
#fontfile_kind ⇒ Object
Returns the value of attribute fontfile_kind
13 14 15 |
# File 'lib/ucode/glyphs/embedded_fonts/raw_font_descriptor.rb', line 13 def fontfile_kind @fontfile_kind end |
#fontfile_obj_id ⇒ Object
Returns the value of attribute fontfile_obj_id
13 14 15 |
# File 'lib/ucode/glyphs/embedded_fonts/raw_font_descriptor.rb', line 13 def fontfile_obj_id @fontfile_obj_id end |
#tounicode_ref ⇒ Object
Returns the value of attribute tounicode_ref
13 14 15 |
# File 'lib/ucode/glyphs/embedded_fonts/raw_font_descriptor.rb', line 13 def tounicode_ref @tounicode_ref end |