Method: HexaPDF::Content::Operator::SetFontAndSize#initialize
- Defined in:
- lib/hexapdf/content/operator.rb
#initialize ⇒ SetFontAndSize
Creates the operator.
762 763 764 |
# File 'lib/hexapdf/content/operator.rb', line 762 def initialize super('Tf') end |