samples/text_options.rb in squib-0.0.6 vs samples/text_options.rb in squib-0.1.0
- old
+ new
@@ -12,11 +12,9 @@
# Arrays are rendered over each card
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 weight=900 36'
-
text str: 'Font strings are expressive!', x:65, y: 200,
font: 'Impact bold italic 36'
text str: 'Font strings are expressive!', x:65, y: 300,
font: 'Arial,Verdana weight=900 style=oblique 36'