From 11f9d155aba927aaaf6fc1565d03740ba8345120 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Thu, 24 Jul 2014 16:49:16 -0400 Subject: [PATCH] Fixing special character example with pango --- samples/text_options.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/text_options.rb b/samples/text_options.rb index ffdb254..7f72152 100644 --- a/samples/text_options.rb +++ b/samples/text_options.rb @@ -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['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, font: 'Impact bold italic 36'