Browse Source

Inline format spells

master
The Stranjer 5 years ago
parent
commit
a2c57e384b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      book_of_faces.rb

+ 1
- 1
book_of_faces.rb View File

@@ -230,7 +230,7 @@ class BookOfFaces
{:text => spell.authors.join(', '), :font => "Goudy"},
]

pdf.text spell.rules_text
pdf.text spell.rules_text, :inline_format => true

spell.reaches.each do |reach|
pdf.formatted_text [


Loading…
Cancel
Save