Fixing special character example with pango

dev
Andy Meneely 2014-07-24 16:49:16 -04:00
parent 50976fcc47
commit 11f9d155ab
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Squib::Deck.new(width: 825, height: 1125, cards: 3) do
text str: data['name'], x: 250, y: 55, font: 'Arial weight=900 54' text str: data['name'], x: 250, y: 55, font: 'Arial weight=900 54'
text str: data['level'], x: 65, y: 40, font: 'Arial 72', color: :burnt_orange text str: data['level'], x: 65, y: 40, font: 'Arial 72', color: :burnt_orange
text str: "UTF-8 \u2663", x: 565, y: 150, font: 'Arial 54 weight=900 36' text str: "UTF-8 \u2663", x: 565, y: 150, font: 'Arial weight=900 36'
text str: "Font strings are expressive!", x:65, y: 200, text str: "Font strings are expressive!", x:65, y: 200,
font: 'Impact bold italic 36' font: 'Impact bold italic 36'