Class: Ucode::Glyphs::EmbeddedFonts::ContentStreamCorrelator::Use
- Inherits:
-
Struct
- Object
- Struct
- Ucode::Glyphs::EmbeddedFonts::ContentStreamCorrelator::Use
- Defined in:
- lib/ucode/glyphs/embedded_fonts/content_stream_correlator.rb
Overview
Internal value object for a parsed ‘<use>` element. Public so the spec can construct realistic fixtures without re-implementing the parser shape.
Instance Attribute Summary collapse
-
#font_id ⇒ Object
Returns the value of attribute font_id.
-
#gid ⇒ Object
Returns the value of attribute gid.
-
#text ⇒ Object
Returns the value of attribute text.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#font_id ⇒ Object
Returns the value of attribute font_id
62 63 64 |
# File 'lib/ucode/glyphs/embedded_fonts/content_stream_correlator.rb', line 62 def font_id @font_id end |
#gid ⇒ Object
Returns the value of attribute gid
62 63 64 |
# File 'lib/ucode/glyphs/embedded_fonts/content_stream_correlator.rb', line 62 def gid @gid end |
#text ⇒ Object
Returns the value of attribute text
62 63 64 |
# File 'lib/ucode/glyphs/embedded_fonts/content_stream_correlator.rb', line 62 def text @text end |
#x ⇒ Object
Returns the value of attribute x
62 63 64 |
# File 'lib/ucode/glyphs/embedded_fonts/content_stream_correlator.rb', line 62 def x @x end |
#y ⇒ Object
Returns the value of attribute y
62 63 64 |
# File 'lib/ucode/glyphs/embedded_fonts/content_stream_correlator.rb', line 62 def y @y end |