<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="http://jekyllrb.com" version="3.4.2">Jekyll</generator><link href="http://cardcreatr.sffc.xyz//feed.xml" rel="self" type="application/atom+xml" /><link href="http://cardcreatr.sffc.xyz//" rel="alternate" type="text/html" /><updated>2026-04-04T18:50:15+00:00</updated><id>http://cardcreatr.sffc.xyz//</id><title type="html">Card Creatr Studio</title><subtitle>The home of Card Creatr Studio, playing card design software.</subtitle><author><name>Card Creatr</name></author><entry><title type="html">Tutorial - Double-Sided Cards</title><link href="http://cardcreatr.sffc.xyz//general/2019/08/04/card-backs/" rel="alternate" type="text/html" title="Tutorial - Double-Sided Cards" /><published>2019-08-04T00:00:00+00:00</published><updated>2019-08-04T00:00:00+00:00</updated><id>http://cardcreatr.sffc.xyz//general/2019/08/04/card-backs</id><content type="html" xml:base="http://cardcreatr.sffc.xyz//general/2019/08/04/card-backs/">&lt;p&gt;Starting with Card Creatr Studio 1.4.0, you can make a layout for both the front and the back of every card.  This page explains how to make double-sided cards.&lt;/p&gt;

&lt;!-- more --&gt;

&lt;p&gt;Follow along with this example file: &lt;a href=&quot;/assets/tutorial/front-back.ccsb&quot;&gt;front-back.ccsb&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;toggle-preview-between-front-and-back&quot;&gt;Toggle Preview between Front and Back&lt;/h2&gt;

&lt;p&gt;Normally, the preview window renders the front of the card.  Click the checkbox just below the preview window to show the back of the card, called the &lt;em&gt;Back Checkbox&lt;/em&gt;:&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/tutorial/back-checkbox.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;Until you create a custom card-back template, the preview will not change.&lt;/p&gt;

&lt;h2 id=&quot;creating-a-card-back-template&quot;&gt;Creating a Card-Back Template&lt;/h2&gt;

&lt;p&gt;The variable &lt;code class=&quot;highlighter-rouge&quot;&gt;__BACK&lt;/code&gt; is true if the &lt;em&gt;Back Checkbox&lt;/em&gt; is ticked.  To design your card back, use the following syntax in your template:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;// Common Logic Here

if __BACK
	// Card-Back Template Here

else
	// Card-Front Template Here
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;The example file has this template:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;// This rectangle shows up on both the front and the back.
rect(x=0, y=0, width=180, height=252, fill=color)

if __BACK
	// This text is only on the back.
	+text(back_title)(align=&quot;center&quot;, font-family=&quot;title&quot;, font-size=18, x=90, y=252/2+18/2)

else
	// This rectangle and text are only on the front.
	rect(x=12, y=12, width=156, height=228, fill=&quot;white&quot;)
	+text(front_title)(align=&quot;center&quot;, font-family=&quot;title&quot;, font-size=18, x=90, y=252/2+18/2)
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;Here, a large colored rectangle is painted on both the front and the back.  Then, a different text field is printed on each side, and the front additionally has a white rectangle inset within the larger colored rectangle.&lt;/p&gt;

&lt;h2 id=&quot;printing-double-sided-cards&quot;&gt;Printing Double-Sided Cards&lt;/h2&gt;

&lt;p&gt;If the &lt;em&gt;Back Checkbox&lt;/em&gt; is ticked, all export functions will render the back of the card.  &lt;em&gt;This includes Export to PDF:&lt;/em&gt; the cards will be arranged in a mirror image to allow for double-sided printing.&lt;/p&gt;</content><author><name>Card Creatr</name></author><category term="General" /><summary type="html">Starting with Card Creatr Studio 1.4.0, you can make a layout for both the front and the back of every card. This page explains how to make double-sided cards.</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://cardcreatr.sffc.xyz//assets/placeholder-social.png" /></entry><entry><title type="html">Case Study - Ruby Hunters</title><link href="http://cardcreatr.sffc.xyz//general/2018/06/03/ruby-hunters/" rel="alternate" type="text/html" title="Case Study - Ruby Hunters" /><published>2018-06-03T00:00:00+00:00</published><updated>2018-06-03T00:00:00+00:00</updated><id>http://cardcreatr.sffc.xyz//general/2018/06/03/ruby-hunters</id><content type="html" xml:base="http://cardcreatr.sffc.xyz//general/2018/06/03/ruby-hunters/">&lt;p&gt;My second tutorial entry is a case study on how I used Card Creatr Studio to draft cards for a prototype of mine, called Ruby Hunters. You will learn about asset management, card-specific template customization, dropdown fields, and custom card dimensions.&lt;/p&gt;

&lt;!-- more --&gt;

&lt;h2 id=&quot;preview-of-final-product&quot;&gt;Preview of Final Product&lt;/h2&gt;

&lt;p&gt;We will be creating a deck of 3.5-inch square cards for printing.  There are several possible card layouts.  Here is the PDF output that we will be creating by the end of this tutorial, with 6 cards per page:&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/ruby-hunters/13-pdf-output.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;h2 id=&quot;step-1-create-illustrations&quot;&gt;Step 1: Create Illustrations&lt;/h2&gt;

&lt;p&gt;Card Creatr Studio is a card database and layout/finishing tool.  It is not designed to be a full-powered graphic design suite.  The &lt;a href=&quot;/general/2018/04/15/building-blocks/&quot;&gt;building blocks tutorial&lt;/a&gt; describes how to create basic shapes, but for more complex designs, you want a more featureful graphic design tool.&lt;/p&gt;

&lt;p&gt;I used &lt;a href=&quot;https://www.adobe.com/products/illustrator.html&quot;&gt;Adobe Illustrator&lt;/a&gt; to create some initial designs:&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/ruby-hunters/01-illustrator.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;Another great piece of software is &lt;a href=&quot;https://inkscape.org/en/&quot;&gt;Inkscape&lt;/a&gt;, which is free, unlike Adobe Illustrator.  Photoshop and GIMP can also be used, but I prefer Illustrator and Inkscape because they produce vector graphics.&lt;/p&gt;

&lt;h2 id=&quot;step-2-import-illustrations&quot;&gt;Step 2: Import Illustrations&lt;/h2&gt;

&lt;p&gt;Next, you want to import your illustrations into Card Creatr Studio.  Export your illustrations as SVG (in Illustrator/Inkscape) or PNG (in Photoshop/GIMP).  In Card Creatr Studio, create a new document.  Under “properties”, open the &lt;em&gt;Assets&lt;/em&gt; tab, and click “Choose File” to add a new asset:&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/ruby-hunters/02-asset-files.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;Once you add all your assets, you should see them here:&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/ruby-hunters/03-asset-tab.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;In order to make the assets accessible to templates, there is unfortunately one more step.  It’s not too hard, and it needs to be done only once.  Open the &lt;em&gt;Advanced&lt;/em&gt; tab, and under the “assets” block, enter a line like this for each asset:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&quot;image_identifier (img,path)&quot;: &quot;assets/filename.svg&quot;
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;Customize &lt;code class=&quot;highlighter-rouge&quot;&gt;image_identifier&lt;/code&gt;, which is how you will refer to this image in templates, and &lt;code class=&quot;highlighter-rouge&quot;&gt;filename.svg&lt;/code&gt; (or &lt;code class=&quot;highlighter-rouge&quot;&gt;png&lt;/code&gt;), which should correspond to the name under the Assets tab.  Example:&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/ruby-hunters/04-asset-options.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;This additional step might be eliminated in a future version of Card Creatr Studio.&lt;/p&gt;

&lt;h2 id=&quot;step-3-add-dropdown-menu&quot;&gt;Step 3: Add Dropdown Menu&lt;/h2&gt;

&lt;p&gt;We have three different background images, and we want to be able to choose which one to use.  To do this, we can use a dropdown menu field.&lt;/p&gt;

&lt;p&gt;Open the &lt;em&gt;Fields&lt;/em&gt; tab, and add a new field with display “dropdown.”  In the “Dropdown Options” text box, enter the options to appear in the dropdown menu.  This dropdown menu will appear for every row in the spreadsheet.&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/ruby-hunters/05-dropdown-field.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;I made my dropdown menu options the same as the names of the assets in the &lt;em&gt;Advanced&lt;/em&gt; tab.&lt;/p&gt;

&lt;h2 id=&quot;step-4-customize-card-dimensions&quot;&gt;Step 4: Customize Card Dimensions&lt;/h2&gt;

&lt;p&gt;By default, cards are poker-sized (2.5 by 3.5 inches).  However, we want 3.5-inch square cards.  To do this, change some settings in the “viewports” and “dimensions” sections of the &lt;em&gt;Advanced&lt;/em&gt; tab.&lt;/p&gt;

&lt;p&gt;You’ll need to change a few different places.  Under “dimensions”, you start with this:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;	card: {
		// 2.5 in by 3.5 in
		unit: &quot;pt&quot;
		width: 180
		height: 252
		dpi: 300
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;This setting controls the preview pane and the “Export Card Images” export option.  Change it to:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;	card: {
		// 3.5 in by 3.5 in
		unit: &quot;pt&quot;
		width: 252
		height: 252
		dpi: 300
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;Under “viewports”, you have this:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;	page: {
		width: 612
		height: 792
		cardWidth: 180
		cardHeight: 252
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;This setting controls how big the cards are in the “Export as PDF” export option.  Change it to:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;	page: {
		width: 612
		height: 792
		cardWidth: 252
		cardHeight: 252
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;Finally, also under “viewports”, you have:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;	card: {
		width: 180
		height: 252
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;This setting controls the coordinate system used within the card template.  You can technically put any values you want here, and the card will scale accordingly.  You could put 252 for both width and height, which would correspond to points, but to demonstrate what this setting actually does, we will set both width and height to 100:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;	card: {
		width: 100
		height: 100
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/ruby-hunters/06-custom-viewport.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;h2 id=&quot;step-5-create-template&quot;&gt;Step 5: Create Template&lt;/h2&gt;

&lt;p&gt;We are finished with the &lt;em&gt;Advanced&lt;/em&gt; tab.  Now, switch back to the &lt;em&gt;Template&lt;/em&gt; tab so that we can start our card layout.&lt;/p&gt;

&lt;p&gt;First, we want to create a white background rectangle that covers our entire card.  Our viewport is 100x100, so set width and height to 100:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;rect(x=0, y=0, width=100, height=100, fill=&quot;white&quot;)
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;Now, we want the background image to depend on the option selected in the spreadsheet.  Our column is named &lt;code class=&quot;highlighter-rouge&quot;&gt;background&lt;/code&gt;.  Since the options for &lt;code class=&quot;highlighter-rouge&quot;&gt;background&lt;/code&gt; are the same as the image IDs in the &lt;em&gt;Advanced&lt;/em&gt; tab, we can use this little shortcut:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;assets[background]
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;If you don’t want a variable asset, you can access it like this:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;assets.image_identifier
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;We want our background image to fill the whole card, on top of the white square.  We can use the &lt;code class=&quot;highlighter-rouge&quot;&gt;+imageFill&lt;/code&gt; built-in helper function, described in more detail in the building blocks tutorial:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;+imageFill(assets[background], 0, 0, 100, 100)
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;We end up with this:&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/ruby-hunters/07-basic-template.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;I will also add a custom font that we will use for our template.  I went to &lt;a href=&quot;https://fonts.google.com&quot;&gt;fonts.google.com&lt;/a&gt; and chose a font named “acme.”  To add it to my project, I go to the &lt;em&gt;Fonts&lt;/em&gt; tab and use the “Add Font” selector to add it:&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/ruby-hunters/08-acme-font.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;h2 id=&quot;step-6-custom-layouts-for-each-background&quot;&gt;Step 6: Custom Layouts for Each Background&lt;/h2&gt;

&lt;p&gt;Since we have the full power of JavaScript at our disposal, we can create “if” statements that change the tutorial based on the option selected in the dropdown menu.&lt;/p&gt;

&lt;p&gt;This is more easilly illustrated with template code:&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/ruby-hunters/09-if-statements.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;I created three “if” statements; only one of them will run for a particular card based on the value chosen in the “background” dropdown menu.&lt;/p&gt;

&lt;p&gt;I also added two fields for numbers.  The positions of the numbers also depend on which background was chosen, and two of the templates use only one of the two number fields.  I set the font of the numbers to “acme,” the one I added to the project in Step 5.&lt;/p&gt;

&lt;h2 id=&quot;step-7-finishing-and-printing&quot;&gt;Step 7: Finishing and Printing&lt;/h2&gt;

&lt;p&gt;After making the initial design, I decided that it needed a splash of color.  I went back to Illustrator and made a common island-like square background, which I added as an asset.  I also replaced the three existing assets with versions with more color.&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/ruby-hunters/10-new-assets.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;The template is ready now!  Time to fill in the spreadsheet:&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/ruby-hunters/11-many-cards.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;Next, go to File → Export as PDF:&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/ruby-hunters/12-pdf-processing.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;And after a few seconds, you have the PDF for home printing:&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/ruby-hunters/13-pdf-output.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;You can download my full ccsb file below, which includes all of the features from this tutorial and a few more tweaks I made afterwards:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/assets/ruby-hunters/ruby-hunters-tutorial.ccsb&quot;&gt;ruby-hunters-tutorial.ccsb&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I hope this tutorial was helpful.  To learn more, read through the other tutorials, and if you have specific questions about how to do something with Card Creatr Studio, ask on the feedback and support page, which you can access by clicking the “Feedback” link at the top of this web site.&lt;/p&gt;</content><author><name>Card Creatr</name></author><category term="General" /><summary type="html">My second tutorial entry is a case study on how I used Card Creatr Studio to draft cards for a prototype of mine, called Ruby Hunters. You will learn about asset management, card-specific template customization, dropdown fields, and custom card dimensions.</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://cardcreatr.sffc.xyz//assets/placeholder-social.png" /></entry><entry><title type="html">Tutorial - Building Blocks</title><link href="http://cardcreatr.sffc.xyz//general/2018/04/15/building-blocks/" rel="alternate" type="text/html" title="Tutorial - Building Blocks" /><published>2018-04-15T00:00:00+00:00</published><updated>2018-04-15T00:00:00+00:00</updated><id>http://cardcreatr.sffc.xyz//general/2018/04/15/building-blocks</id><content type="html" xml:base="http://cardcreatr.sffc.xyz//general/2018/04/15/building-blocks/">&lt;p&gt;I’m pleased to introduce my first tutorial entry, focused on the core &lt;em&gt;building blocks&lt;/em&gt;: shapes, images, and text.  You will learn how to create and align these core building blocks to create your own custom template in Card Creatr Studio.  I also introduce variables and basic scripting.&lt;/p&gt;

&lt;!-- more --&gt;

&lt;p&gt;Card Creatr Studio templates are written with SVG and Pug.&lt;/p&gt;

&lt;h2 id=&quot;what-is-svg&quot;&gt;What is SVG?&lt;/h2&gt;

&lt;p&gt;Card Creatr Studio uses the &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/SVG&quot;&gt;SVG markup language&lt;/a&gt; to create templates.  SVG stands for “Scalable Vector Graphics”.  SVG is a language that allows you to dictate shapes to render on your playing card; Card Creatr does the rest of the work of following the instructions in the template to create the final rendered card image.&lt;/p&gt;

&lt;p&gt;SVG uses an X/Y coordinate system, except that unlike what you learned in high school, the &lt;em&gt;y&lt;/em&gt; dimension goes down, not up.  Illustration:&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/tutorial/svg-coordinate-system.svg&quot; /&gt;
  
&lt;/figure&gt;

&lt;h2 id=&quot;what-is-pug&quot;&gt;What is Pug?&lt;/h2&gt;

&lt;p&gt;SVG requires that you write your markup in &lt;a href=&quot;https://en.wikipedia.org/wiki/XML&quot;&gt;XML&lt;/a&gt;.  However, XML is not the nicest langauge for humans to use.  &lt;a href=&quot;https://pugjs.org/&quot;&gt;Pug&lt;/a&gt;, previously known as &lt;em&gt;Jade&lt;/em&gt;, is a templating language that allows you to write simpler markup that gets translated into full XML for SVG to consume.&lt;/p&gt;

&lt;p&gt;For example, SVG requires the following input to create a rectangle:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&amp;lt;rect x=&quot;5&quot; y=&quot;5&quot; width=&quot;20&quot; height=&quot;20&quot; fill=&quot;black&quot; /&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;In Pug, the same can be written as:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;rect(x=5 y=5 width=20 height=20 fill=&quot;black&quot;)
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;Pug also exposes the full power of JavaScript, which will come in handy in the “Variables” section later in this tutorial.&lt;/p&gt;

&lt;h2 id=&quot;getting-started&quot;&gt;Getting Started&lt;/h2&gt;

&lt;p&gt;The simplest building block is a rectangle.  To demonstrate, start by creating a new empty file in Card Creatr Studio.  The default template contains two items: a rectangle and a text element.&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;rect(x=0, y=0, width=180, height=252, fill=&quot;white&quot;)
+text(title)(align=&quot;center&quot;, font-family=&quot;title&quot;, font-size=17, x=90, y=28)
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;The first line creates the white background.  It is 180pt wide and 252pt tall.  “pt” means “point”, a unit used in page layout; there are 72 points in an inch.  A 180-by-252-point rectangle is 2.5 inches by 3.5 inches, a standard poker-sized card.&lt;/p&gt;

&lt;p&gt;The second line creates a text placeholder.  The text placeholder is at x=90pt, so it is centered horizontally (the card is 180pt wide).  The y coordinate for text is relative to the text’s &lt;em&gt;baseline&lt;/em&gt;, as illustrated below:&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/tutorial/text-registration.svg&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;Therefore, by making the font size 17pt and the &lt;em&gt;y&lt;/em&gt; positioned at 28pt, we leave around 11pt (28pt–17pt) between the top edge of the card and the top of the text.&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/tutorial/empty-card.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;h2 id=&quot;elements-vs-functions&quot;&gt;Elements vs. Functions&lt;/h2&gt;

&lt;p&gt;You may notice above that the word “text” is preceeded by a plus sign, as in &lt;code class=&quot;highlighter-rouge&quot;&gt;+text&lt;/code&gt;, but the word “rect” does not have a plus sign.  The plus sign indicates that the line may actually get expanded to a different underlying SVG string via a &lt;em&gt;helper function&lt;/em&gt;.  Since &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/SVG/Element/rect&quot;&gt;rect&lt;/a&gt; is an official SVG element, it does not need a helper function.  There are several helper functions in Card Creatr, which help cover functionality that is unclear or difficult to perform using plain SVG elements:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;+text&lt;/code&gt;&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;+textWrap&lt;/code&gt;&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;+imageFill&lt;/code&gt;&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;+imageFit&lt;/code&gt;&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;+imageStretch&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For example, the above &lt;code class=&quot;highlighter-rouge&quot;&gt;+text&lt;/code&gt; example expands to the following SVG XML, which actually renders the text left-aligned from a calculated x coordinate:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&amp;lt;text x=&quot;34.355712890625&quot; y=&quot;34&quot; font-family=&quot;title&quot; font-size=&quot;17&quot;&amp;gt;Hello, world!&amp;lt;/text&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;Using &lt;code class=&quot;highlighter-rouge&quot;&gt;+text&lt;/code&gt; also allows Card Creatr to render the text as SVG paths.  For more information, see the “fontRenderMode” option in the “Advanced” tab.&lt;/p&gt;

&lt;p&gt;Examples of all five of these helper functions are shown throughout this tutorial page.&lt;/p&gt;

&lt;h2 id=&quot;adding-our-first-rectangle&quot;&gt;Adding Our First Rectangle&lt;/h2&gt;

&lt;p&gt;Let’s create a new rectangle that leaves 12pt around the edge of the card.  The coordinates need to be as follows:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;x: 12pt&lt;/li&gt;
  &lt;li&gt;y: 12pt&lt;/li&gt;
  &lt;li&gt;width: 156pt = 180pt (card width) – 12pt – 12pt (edges)&lt;/li&gt;
  &lt;li&gt;height: 228pt = 252pt (card height) – 12pt – 12pt (edges)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The markup is:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;rect(x=12 y=12 width=156 height=228 fill=&quot;blue&quot;)
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/tutorial/blue-rectangle-1.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;Uh-oh!  Our new blue rectangle is hiding our title text!  This brings us to another important rule in SVG:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Elements later in the template file appear above elements earlier in the template file.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Let’s fix this by moving our blue rectangle between the white rectangle and the text box:&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/tutorial/blue-rectangle-2.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;We can now see our text in full!  Don’t mind the colors; we can fix that later.&lt;/p&gt;

&lt;h2 id=&quot;using-variables&quot;&gt;Using Variables&lt;/h2&gt;

&lt;p&gt;We have three elements: the two rectangles and the text field.  Our dimensions 180pt and 252pt are already duplicated several times in our template markup!  We can fix this by abstracting these dimensions into variables.  Pug allows us to define JavaScript variables on lines starting with &lt;code class=&quot;highlighter-rouge&quot;&gt;-&lt;/code&gt;; this is also how you write any JavaScript code in Pug.  We can simplify our template to the following:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;- cw = 180  // card width
- ch = 252  // card height
- m = 12    // margin

rect(x=0, y=0, width=cw, height=ch, fill=&quot;white&quot;)
rect(x=m y=m width=cw-2*m height=ch-2*m fill=&quot;blue&quot;)
+text(title)(align=&quot;center&quot;, font-family=&quot;title&quot;, font-size=17, x=cw/2, y=28)
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;If we wanted to change the card width, card height, or margin, now we need to do it in just one place!&lt;/p&gt;

&lt;p&gt;The syntax &lt;code class=&quot;highlighter-rouge&quot;&gt;//&lt;/code&gt; means a “comment” in your template: the text that follows the &lt;code class=&quot;highlighter-rouge&quot;&gt;//&lt;/code&gt; is ignored until the next line.&lt;/p&gt;

&lt;h2 id=&quot;images&quot;&gt;Images&lt;/h2&gt;

&lt;p&gt;Next, let’s add an image to our card.&lt;/p&gt;

&lt;p&gt;Before we do the image, I’m going to clean up our template a little bit:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;- cw = 180  // card width
- ch = 252  // card height
- m = 12    // margin

rect(x=0, y=0, width=cw, height=ch, fill=&quot;skyblue&quot;)
rect(x=m y=m width=cw-2*m height=ch-2*m fill=&quot;white&quot;)
+text(title)(align=&quot;center&quot;, font-family=&quot;title&quot;, font-size=17, x=cw/2, y=34)
rect(x=m y=42 width=cw-2*m height=90 fill=&quot;orange&quot;)
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/tutorial/pre-image.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;I changed the colors and created a new orange rectangle.  Let’s put an image in that rectangle.&lt;/p&gt;

&lt;p&gt;You will first need a &lt;em&gt;field&lt;/em&gt; in your spreadsheet to insert the image.  To do this, open the “Fields” tab in the properties pane, and insert a new field named “myimage” with property “img” and display “image”:&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/tutorial/image-field.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;Choose an image, and return to the template.  Now let’s insert our image.  We define a rectangular area in which to insert the image, and then we can use any of the following three built-in image helper functions:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;+imageFill&lt;/code&gt;, enlarges the image to fill a rectangular area, clipping off the edges of the image if necessary.&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;+imageFit&lt;/code&gt;, fits the image into the rectangular area, possibly leaving part of the rectangle empty.&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;+imageStretch&lt;/code&gt;, distorts the image to completely fill the rectangular area without clipping off the edges.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The markup for these helper functions is as follows:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;+imageFill(myimage, m, 42, cw-2*m, 90)
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;where the parameters are given in the order &lt;code class=&quot;highlighter-rouge&quot;&gt;x&lt;/code&gt;, &lt;code class=&quot;highlighter-rouge&quot;&gt;y&lt;/code&gt;, &lt;code class=&quot;highlighter-rouge&quot;&gt;width&lt;/code&gt;, and then &lt;code class=&quot;highlighter-rouge&quot;&gt;height&lt;/code&gt;.  Here is what happens with each of the three versions of the helper function:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;+imageFill(myimage, m, 42, cw-2*m, 90)&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/tutorial/image-fill.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;+imageFit(myimage, m, 42, cw-2*m, 90)&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/tutorial/image-fit.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;+imageStretch(myimage, m, 42, cw-2*m, 90)&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/tutorial/image-stretch.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;For this tutorial, let’s settle on &lt;code class=&quot;highlighter-rouge&quot;&gt;+imageFit&lt;/code&gt;.&lt;/p&gt;

&lt;h2 id=&quot;body-text&quot;&gt;Body Text&lt;/h2&gt;

&lt;p&gt;Now it’s time to add some body text below the image.  First, add a multiline field named “body”:&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/tutorial/wrap-field.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;Now, add it to the template as follows, using the &lt;code class=&quot;highlighter-rouge&quot;&gt;+textWrap&lt;/code&gt; helper function:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;- p = 4     // text padding

+textWrap(body)(x=m+p y=150 width=cw-2*(m+p) font-family=&quot;body&quot; font-size=11)
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/tutorial/wrap-with-text.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;The &lt;code class=&quot;highlighter-rouge&quot;&gt;+textWrap&lt;/code&gt; helper function is very useful because there is currently no option in the SVG specification for performing automatic line wrapping.  The function computes the appropriate line wrapping widths and does the layout automatically.&lt;/p&gt;

&lt;p&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;+textWrap&lt;/code&gt; has the following custom options; the first three are also available in &lt;code class=&quot;highlighter-rouge&quot;&gt;+text&lt;/code&gt;:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;align&lt;/code&gt; accepts either &lt;code class=&quot;highlighter-rouge&quot;&gt;&quot;left&quot;&lt;/code&gt;, &lt;code class=&quot;highlighter-rouge&quot;&gt;&quot;center&quot;&lt;/code&gt;, or &lt;code class=&quot;highlighter-rouge&quot;&gt;&quot;right&quot;&lt;/code&gt; and controls the alignment of the text relative to the registration point.&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;font-family&lt;/code&gt; controls the font itself; you &lt;em&gt;must&lt;/em&gt; use one of the fonts available in the “Fonts” tab. By default, there are two fonts, “title” and “body”, which are actually DejaVu Serif.  You can add more fonts in the Fonts tab.&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;font-size&lt;/code&gt; controls the text size.&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;line-height&lt;/code&gt; controls the spacing between baselines of text.&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;paragraph-spacing&lt;/code&gt; controls the amount of additional space added between “paragraphs” (line feeds in the multiline text box in the spreadsheet).&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;advanced-scripting&quot;&gt;Advanced: Scripting&lt;/h2&gt;

&lt;p&gt;You’ve now mastered all of the basic tools for card layout.  In this final section, I want to illustrate one of the most powerful features of Card Creatr Studio: the ability to use scripting.  We will make a field to add a variable number of pips (circles) to the bottom-right corner of the card.&lt;/p&gt;

&lt;p&gt;Start by creating a new field called “pips” with type &lt;em&gt;uint&lt;/em&gt; and display &lt;em&gt;number&lt;/em&gt;, and set a value of 3 in the card spreadsheet:&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/tutorial/pips-field.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;Now, add the following code to your template:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;- pr = 6    // pip radius
- ps = 4    // spacing betwen pips

- for (i=0; i&amp;lt;pips; i++) {
circle(cx=cw-m-p-pr-(2*pr+ps)*i, cy=ch-m-p-pr, r=pr, fill=&quot;black&quot;)
- }
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;The first two lines set up two more variables that we can use.  The third line with the &lt;code class=&quot;highlighter-rouge&quot;&gt;for&lt;/code&gt; loop is JavaScript code that means, “copy the following line &lt;code class=&quot;highlighter-rouge&quot;&gt;pips&lt;/code&gt; times”.  The fourth line is the line that the &lt;code class=&quot;highlighter-rouge&quot;&gt;for&lt;/code&gt; loop will copy, and it is the one that creates our circles.  The math for positioning the circles is a little long, but it basically combines all of our other variables in order to have precise positioning of the pips.  Note that circles use &lt;code class=&quot;highlighter-rouge&quot;&gt;cx&lt;/code&gt; and &lt;code class=&quot;highlighter-rouge&quot;&gt;cy&lt;/code&gt; instead of &lt;code class=&quot;highlighter-rouge&quot;&gt;x&lt;/code&gt; and &lt;code class=&quot;highlighter-rouge&quot;&gt;y&lt;/code&gt; in order to emphasize that the registration point of the circle is its center.  The &lt;code class=&quot;highlighter-rouge&quot;&gt;r&lt;/code&gt; parameter specifies the circle’s radius.&lt;/p&gt;

&lt;p&gt;Here is what we end up with:&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/tutorial/pips-result.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;Since we used variables, changing the size of the pips is easy.  Here is what it looks like when I set &lt;code class=&quot;highlighter-rouge&quot;&gt;pr = 12&lt;/code&gt; (notice that the circles are bigger):&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/tutorial/pips-result-12.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;h2 id=&quot;next-steps&quot;&gt;Next Steps&lt;/h2&gt;

&lt;p&gt;The full power of SVG is at your fingertips with Card Creatr Studio.  The MDN is a great online resource for learning all of the other things you can do with SVG:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/SVG&quot;&gt;https://developer.mozilla.org/en-US/docs/Web/SVG&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you have questions about how to make specific layouts with Card Creatr Studio, post a question on the feedback and support page, which you can access by clicking the “Feedback” link at the top of this web site.&lt;/p&gt;</content><author><name>Card Creatr</name></author><category term="General" /><summary type="html">I’m pleased to introduce my first tutorial entry, focused on the core building blocks: shapes, images, and text. You will learn how to create and align these core building blocks to create your own custom template in Card Creatr Studio. I also introduce variables and basic scripting.</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://cardcreatr.sffc.xyz//assets/placeholder-social.png" /></entry><entry><title type="html">Tutorial Series</title><link href="http://cardcreatr.sffc.xyz//general/2018/03/09/amusement-city-tutorial-intro/" rel="alternate" type="text/html" title="Tutorial Series" /><published>2018-03-09T00:00:00+00:00</published><updated>2018-03-09T00:00:00+00:00</updated><id>http://cardcreatr.sffc.xyz//general/2018/03/09/amusement-city-tutorial-intro</id><content type="html" xml:base="http://cardcreatr.sffc.xyz//general/2018/03/09/amusement-city-tutorial-intro/">&lt;p&gt;Several users have asked for tutorials on how to use Card Creatr Studio’s powerful templating engine for card layout.  I am pleased to announce plans to create a series of short tutorials exploring how I used Card Creatr Studio to create a game of mine, Amusement City.&lt;/p&gt;

&lt;!-- more --&gt;

&lt;p&gt;Amusement City is a dice-building game I am demoing at Protospiel San Jose 2018.  You can read more about it here:&lt;/p&gt;

&lt;p&gt;https://tabletop.events/conventions/protospiel-san-jose-2018/prototypes/amusement-city&lt;/p&gt;

&lt;p&gt;The cards in Amusement City correspond to each attraction that you could build in your park.  To demonstrate, here is one attraction: the Photo Booth.&lt;/p&gt;

&lt;figure class=&quot;figure  figure--center&quot;&gt;
  &lt;img class=&quot;image&quot; src=&quot;/assets/photo-booth.png&quot; /&gt;
  
&lt;/figure&gt;

&lt;p&gt;This card exercises a lot of different features of both Card Creatr Studio and of the templating engine, including static assets (the sunburst background), text written along paths, mirrored images, and more.  In the coming tutorials, I hope to help you learn to make templates such as this.&lt;/p&gt;</content><author><name>Card Creatr</name></author><category term="General" /><summary type="html">Several users have asked for tutorials on how to use Card Creatr Studio’s powerful templating engine for card layout. I am pleased to announce plans to create a series of short tutorials exploring how I used Card Creatr Studio to create a game of mine, Amusement City.</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://cardcreatr.sffc.xyz//assets/placeholder-social.png" /></entry><entry><title type="html">About Me</title><link href="http://cardcreatr.sffc.xyz//general/2017/03/26/introduction/" rel="alternate" type="text/html" title="About Me" /><published>2017-03-26T00:00:00+00:00</published><updated>2017-03-26T00:00:00+00:00</updated><id>http://cardcreatr.sffc.xyz//general/2017/03/26/introduction</id><content type="html" xml:base="http://cardcreatr.sffc.xyz//general/2017/03/26/introduction/">&lt;p&gt;My name is Shane.  As an amateur board game designer, I found that there was a lack of a simple program to both organize your cards in a database and lay them out for printing.  I first tried using InDesign, but it requires studying hours of tutorials in order to master.  I tried FileMaker, but it didn’t have the kind of layout tools I was looking for.  Microsoft Word and PowerPoint have easy drag-and-drop layout tools, but they aren’t very good for organizing your cards.&lt;/p&gt;

&lt;!-- more --&gt;

&lt;p&gt;In order to solve this problem, I decided to write my own program that did what I needed for game design.  I wanted a program that let me organize my cards so that I could edit them in a spreadsheet.  I wanted a program that gave me powerful tools for creating my own layout templates.  I wanted a program that let me generate print layouts hassle-free.  This is how I started working on Card Creatr Studio.  I’m glad to share the first version of my program today.&lt;/p&gt;

&lt;p&gt;I am currently working in Mountain View, California.  You can often find me around at local board game meetups.&lt;/p&gt;</content><author><name>Card Creatr</name></author><category term="General" /><summary type="html">My name is Shane. As an amateur board game designer, I found that there was a lack of a simple program to both organize your cards in a database and lay them out for printing. I first tried using InDesign, but it requires studying hours of tutorials in order to master. I tried FileMaker, but it didn’t have the kind of layout tools I was looking for. Microsoft Word and PowerPoint have easy drag-and-drop layout tools, but they aren’t very good for organizing your cards.</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://cardcreatr.sffc.xyz//assets/placeholder-social.png" /></entry></feed>