# Family, size, and style. # The family is either an installed font, a path to a local ttf file, or a Java logical font # (Serif, Sans-serif, Monospaced, Dialog, and DialogInput). # For a list of font family names, the first found font is used. # The style can be "plain", "bold", "italic" or "bold, italic" family = Pigiarniq Bold.ttf size = 40 style = bold # If monospace.numerals is true, all digits 0-9 have the same width. monospace = false monospace.numerals = true # Character set # For Unicode tables, see http://unicode.org/charts/ # Default: Basic Latin #chars = \u0020-\u007e # Basic Latin and Latin-1 Supplement #chars = \u0020-\u007e, \u00a1-\u00ff # Just numbers and English letters #chars = 0-9, A-Z # Basic Latin, combining marks, and curly quotes chars = \u0020-\u007e, \u0300-\u030a, \u2018-\u201f # Color. All colors can have alpha. background.color = null color = #000000 # Vertical gradient from the main color to this color. #gradient.color = #ffffff # Stroke. stroke.color = #ffffff stroke.size = 1 # Shadow shadow.x = 0 shadow.y = 2 shadow.color = #7f000000 # Tracking & bearing # Tracking adjusts the space between two characters. # Bearing adjusts the spacing on the left side or the ride side of a specific character. tracking = -1 bearing.right.W = -2 bearing.right.Y = -5 # Example bearing for any Unicode character #bearing.left.\u002e = 1 # Color reduction #colors = 32 # Uncomment this line and the build will fail #hello=This is an unknown property!