Parcourir la source

Inline format spells

master
The Stranjer il y a 5 ans
Parent
révision
a2c57e384b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      book_of_faces.rb

+ 1
- 1
book_of_faces.rb Voir le fichier

@@ -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 [


Chargement…
Annuler
Enregistrer