소스 검색

Inline format Condition rules text

master
The Stranjer 5 년 전
부모
커밋
b4780ffb82
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      shards_of_power.rb

+ 1
- 1
shards_of_power.rb 파일 보기

@@ -269,7 +269,7 @@ class ShardsOfPower
condition_ary = [{:text => condition.name, :font => "Lilith", :color => "004E6D", :size => FONT_SIZE_SUBSECTION}]
pdf.formatted_text condition_ary

pdf.text condition.rules_text
pdf.text condition.rules_text, :inline_format => true
pdf.text "<b>Possible Sources:</b> #{condition.possible_sources}", :inline_format => true if condition.possible_sources
pdf.text "<b>Resolution:</b> #{condition.resolution}", :inline_format => true
pdf.text "<b>Beat:</b> #{condition.beat}", :inline_format => true


불러오는 중...
취소
저장