squib 0.18.0 → 0.19.0a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (202) hide show
  1. checksums.yaml +4 -4
  2. data/.github/ISSUE_TEMPLATE/bug_report.md +39 -39
  3. data/.github/ISSUE_TEMPLATE/feature_request.md +22 -22
  4. data/.github/ISSUE_TEMPLATE/help-wanted.md +13 -13
  5. data/.github/ISSUE_TEMPLATE/release-todo.md +45 -33
  6. data/.github/PULL_REQUEST_TEMPLATE.md +13 -13
  7. data/.github/workflows/tests.yml +22 -22
  8. data/.gitignore +41 -41
  9. data/.vscode/settings.json +4 -3
  10. data/CHANGELOG.md +460 -460
  11. data/CONTRIBUTING.md +40 -40
  12. data/Dockerfile +27 -27
  13. data/Gemfile +2 -2
  14. data/Guardfile +8 -8
  15. data/LICENSE.txt +22 -22
  16. data/README.md +139 -139
  17. data/Rakefile +51 -51
  18. data/bin/squib +5 -5
  19. data/lib/squib/api/settings.rb +21 -21
  20. data/lib/squib/args/arg_loader.rb +138 -138
  21. data/lib/squib/args/box.rb +59 -59
  22. data/lib/squib/args/card_range.rb +34 -34
  23. data/lib/squib/args/color_validator.rb +7 -7
  24. data/lib/squib/args/coords.rb +49 -49
  25. data/lib/squib/args/csv_opts.rb +22 -22
  26. data/lib/squib/args/dir_validator.rb +11 -11
  27. data/lib/squib/args/draw.rb +93 -93
  28. data/lib/squib/args/drop_shadow.rb +39 -39
  29. data/lib/squib/args/embed_adjust.rb +22 -22
  30. data/lib/squib/args/embed_key.rb +12 -12
  31. data/lib/squib/args/hand_special.rb +37 -37
  32. data/lib/squib/args/import.rb +67 -67
  33. data/lib/squib/args/input_file.rb +55 -55
  34. data/lib/squib/args/paint.rb +43 -43
  35. data/lib/squib/args/paragraph.rb +118 -118
  36. data/lib/squib/args/save_batch.rb +65 -65
  37. data/lib/squib/args/scale_box.rb +57 -57
  38. data/lib/squib/args/sheet.rb +165 -165
  39. data/lib/squib/args/showcase_special.rb +41 -41
  40. data/lib/squib/args/sprue_file.rb +44 -44
  41. data/lib/squib/args/svg_special.rb +37 -37
  42. data/lib/squib/args/transform.rb +55 -55
  43. data/lib/squib/args/typographer.rb +115 -115
  44. data/lib/squib/args/unit_conversion.rb +27 -27
  45. data/lib/squib/args/xywh_shorthands.rb +50 -50
  46. data/lib/squib/builtin/layouts/economy.yml +85 -85
  47. data/lib/squib/builtin/layouts/fantasy.yml +101 -101
  48. data/lib/squib/builtin/layouts/hand.yml +62 -62
  49. data/lib/squib/builtin/layouts/party.yml +94 -94
  50. data/lib/squib/builtin/layouts/playing-card.yml +35 -35
  51. data/lib/squib/builtin/layouts/tuck_box.yml +46 -46
  52. data/lib/squib/builtin/projects/advanced/.gitignore +4 -4
  53. data/lib/squib/builtin/projects/advanced/ABOUT.md +19 -19
  54. data/lib/squib/builtin/projects/advanced/Gemfile +11 -11
  55. data/lib/squib/builtin/projects/advanced/Guardfile +21 -21
  56. data/lib/squib/builtin/projects/advanced/IDEAS.md +22 -22
  57. data/lib/squib/builtin/projects/advanced/PLAYTESTING.md +26 -26
  58. data/lib/squib/builtin/projects/advanced/Rakefile +27 -27
  59. data/lib/squib/builtin/projects/advanced/config.yml +49 -49
  60. data/lib/squib/builtin/projects/advanced/docs/PNP NOTES.md +3 -3
  61. data/lib/squib/builtin/projects/advanced/docs/RULES.md +21 -21
  62. data/lib/squib/builtin/projects/advanced/img/example.svg +60 -60
  63. data/lib/squib/builtin/projects/advanced/layouts/deck.yml +27 -27
  64. data/lib/squib/builtin/projects/advanced/src/deck.rb +34 -34
  65. data/lib/squib/builtin/projects/advanced/src/version.rb +3 -3
  66. data/lib/squib/builtin/projects/basic/.gitignore +4 -4
  67. data/lib/squib/builtin/projects/basic/ABOUT.md +19 -19
  68. data/lib/squib/builtin/projects/basic/Gemfile +3 -3
  69. data/lib/squib/builtin/projects/basic/IDEAS.md +22 -22
  70. data/lib/squib/builtin/projects/basic/PLAYTESTING.md +26 -26
  71. data/lib/squib/builtin/projects/basic/PNP NOTES.md +3 -3
  72. data/lib/squib/builtin/projects/basic/RULES.md +21 -21
  73. data/lib/squib/builtin/projects/basic/Rakefile +7 -7
  74. data/lib/squib/builtin/projects/basic/config.yml +50 -50
  75. data/lib/squib/builtin/projects/basic/deck.rb +6 -6
  76. data/lib/squib/builtin/sprues/a4_euro_card.yml +42 -42
  77. data/lib/squib/builtin/sprues/a4_poker_card_8up.yml +40 -40
  78. data/lib/squib/builtin/sprues/a4_poker_card_9up.yml +42 -42
  79. data/lib/squib/builtin/sprues/a4_usa_card.yml +42 -42
  80. data/lib/squib/builtin/sprues/drivethrucards_1up.yml +10 -10
  81. data/lib/squib/builtin/sprues/letter_poker_card_9up.yml +25 -25
  82. data/lib/squib/builtin/sprues/letter_poker_foldable_8up.yml +52 -52
  83. data/lib/squib/builtin/sprues/printplaygames_18up.yml +68 -68
  84. data/lib/squib/card.rb +75 -75
  85. data/lib/squib/commands/cli.rb +39 -39
  86. data/lib/squib/commands/data/template_option.rb +109 -109
  87. data/lib/squib/commands/make_sprue.rb +277 -277
  88. data/lib/squib/commands/new.rb +77 -77
  89. data/lib/squib/conf.rb +149 -149
  90. data/lib/squib/constants.rb +17 -17
  91. data/lib/squib/deck.rb +138 -138
  92. data/lib/squib/dsl/background.rb +35 -35
  93. data/lib/squib/dsl/circle.rb +39 -39
  94. data/lib/squib/dsl/csv.rb +42 -42
  95. data/lib/squib/dsl/curve.rb +35 -35
  96. data/lib/squib/dsl/cut_zone.rb +47 -47
  97. data/lib/squib/dsl/ellipse.rb +37 -37
  98. data/lib/squib/dsl/grid.rb +35 -35
  99. data/lib/squib/dsl/groups.rb +54 -54
  100. data/lib/squib/dsl/hand.rb +42 -42
  101. data/lib/squib/dsl/line.rb +35 -35
  102. data/lib/squib/dsl/png.rb +57 -57
  103. data/lib/squib/dsl/polygon.rb +36 -36
  104. data/lib/squib/dsl/rect.rb +37 -37
  105. data/lib/squib/dsl/safe_zone.rb +48 -48
  106. data/lib/squib/dsl/save.rb +21 -21
  107. data/lib/squib/dsl/save_pdf.rb +50 -50
  108. data/lib/squib/dsl/save_png.rb +48 -48
  109. data/lib/squib/dsl/save_sheet.rb +53 -53
  110. data/lib/squib/dsl/showcase.rb +43 -43
  111. data/lib/squib/dsl/star.rb +37 -37
  112. data/lib/squib/dsl/svg.rb +63 -63
  113. data/lib/squib/dsl/text.rb +54 -54
  114. data/lib/squib/dsl/text_embed.rb +79 -79
  115. data/lib/squib/dsl/triangle.rb +35 -35
  116. data/lib/squib/dsl/units.rb +37 -37
  117. data/lib/squib/dsl/xlsx.rb +40 -40
  118. data/lib/squib/dsl/yaml.rb +40 -40
  119. data/lib/squib/errors_warnings/warn_unexpected_params.rb +14 -14
  120. data/lib/squib/graphics/background.rb +14 -14
  121. data/lib/squib/graphics/cairo_context_wrapper.rb +115 -115
  122. data/lib/squib/graphics/embedding_utils.rb +28 -28
  123. data/lib/squib/graphics/gradient_regex.rb +47 -47
  124. data/lib/squib/graphics/hand.rb +42 -42
  125. data/lib/squib/graphics/image.rb +123 -123
  126. data/lib/squib/graphics/save_doc.rb +77 -77
  127. data/lib/squib/graphics/save_images.rb +91 -91
  128. data/lib/squib/graphics/save_pdf.rb +90 -90
  129. data/lib/squib/graphics/save_sprue.rb +231 -231
  130. data/lib/squib/graphics/shapes.rb +143 -143
  131. data/lib/squib/graphics/showcase.rb +85 -85
  132. data/lib/squib/graphics/text.rb +202 -202
  133. data/lib/squib/import/csv_importer.rb +45 -45
  134. data/lib/squib/import/data_frame.rb +108 -108
  135. data/lib/squib/import/quantity_exploder.rb +17 -17
  136. data/lib/squib/import/xlsx_importer.rb +28 -28
  137. data/lib/squib/import/yaml_importer.rb +30 -30
  138. data/lib/squib/layout_parser.rb +155 -155
  139. data/lib/squib/progress.rb +38 -38
  140. data/lib/squib/sample_helpers.rb +34 -34
  141. data/lib/squib/sprues/crop_line.rb +28 -28
  142. data/lib/squib/sprues/crop_line_dash.rb +35 -35
  143. data/lib/squib/sprues/invalid_sprue_definition.rb +9 -9
  144. data/lib/squib/sprues/sprue.rb +208 -208
  145. data/lib/squib/sprues/sprue_schema.rb +51 -51
  146. data/lib/squib/system_fonts.rb +16 -16
  147. data/lib/squib/version.rb +11 -11
  148. data/lib/squib.rb +35 -35
  149. data/samples/autoscale_font/_autoscale_font.rb +98 -98
  150. data/samples/backend/_backend.rb +26 -26
  151. data/samples/basic.rb +19 -19
  152. data/samples/build_groups/build_groups.rb +36 -36
  153. data/samples/colors/_colors.rb +44 -44
  154. data/samples/colors/_gradients.rb +34 -34
  155. data/samples/colors/_switch_color.rb +33 -33
  156. data/samples/config/config_text_markup.rb +20 -20
  157. data/samples/config/custom_config.rb +18 -18
  158. data/samples/data/_csv.rb +33 -33
  159. data/samples/data/_excel.rb +55 -55
  160. data/samples/data/_yaml.rb +12 -12
  161. data/samples/hello_world.rb +6 -6
  162. data/samples/images/_cairo_access.rb +39 -39
  163. data/samples/images/_images.rb +104 -104
  164. data/samples/images/_more_load_images.rb +102 -102
  165. data/samples/images/_placeholders.rb +48 -48
  166. data/samples/intro/01_hello.rb +8 -8
  167. data/samples/intro/02_options.rb +14 -14
  168. data/samples/intro/03_layout.rb +11 -11
  169. data/samples/intro/04_arrays.rb +15 -15
  170. data/samples/intro/05_excel.rb +14 -14
  171. data/samples/layouts/builtin_layouts.rb +97 -97
  172. data/samples/layouts/layouts.rb +71 -71
  173. data/samples/project/src/characters.rb +8 -8
  174. data/samples/project/src/skills.rb +7 -7
  175. data/samples/proofs/_tgc_proofs.rb +16 -16
  176. data/samples/ranges/_ranges.rb +64 -64
  177. data/samples/saves/_hand.rb +23 -23
  178. data/samples/saves/_portrait_landscape.rb +23 -23
  179. data/samples/saves/_save_filenames.rb +28 -28
  180. data/samples/saves/_save_pdf.rb +29 -29
  181. data/samples/saves/_saves.rb +75 -75
  182. data/samples/saves/_showcase.rb +25 -25
  183. data/samples/shadows/_shadow.rb +71 -71
  184. data/samples/shapes/_draw_shapes.rb +60 -60
  185. data/samples/shapes/_proofs.rb +22 -22
  186. data/samples/sprues/_advanced_sprues.rb +25 -25
  187. data/samples/sprues/_builtin_sprues.rb +22 -22
  188. data/samples/sprues/_fold_sheet.rb +30 -30
  189. data/samples/sprues/_hex_tiles.rb +15 -15
  190. data/samples/sprues/_mints.rb +11 -11
  191. data/samples/sprues/_negative_coords.rb +6 -6
  192. data/samples/sprues/_sprue_example.rb +11 -11
  193. data/samples/system_font_debug/_list_fonts.rb +14 -14
  194. data/samples/text/_embed_text.rb +128 -128
  195. data/samples/text/_text.rb +52 -52
  196. data/samples/text/_text_options.rb +103 -103
  197. data/samples/text/bug134.rb +14 -14
  198. data/samples/units/_cells.rb +50 -50
  199. data/samples/units/_shorthands.rb +48 -48
  200. data/samples/units/_units.rb +39 -39
  201. data/squib.gemspec +58 -58
  202. metadata +21 -21
@@ -1,77 +1,77 @@
1
- require 'fileutils'
2
-
3
- module Squib
4
- # Squib's command-line options
5
- module Commands
6
-
7
- # Generate a new Squib project into a fresh directory.
8
- #
9
- # Provides conventions for using Git (you are using version control, right??).
10
- # Also provides some basic layout and config files to start from, along with templates for instructions and other notes you don't want to forget.
11
- #
12
- #
13
- # @example
14
- # squib new foo-blasters
15
- # cd foo-blasters
16
- # ruby deck.rb
17
- # git init
18
- # git add .
19
- # git commit -m "Starting my cool new game using Squib!"
20
- #
21
- # @api public
22
- class New
23
-
24
- # :nodoc:
25
- # @api private
26
- def process(args, advanced)
27
- raise empty_path_error if args.empty?
28
-
29
- new_project_path = File.expand_path(args.join(' '), Dir.pwd)
30
-
31
- FileUtils.mkdir_p new_project_path
32
- if !Dir["#{new_project_path}/**/*"].empty?
33
- $stderr.puts "#{new_project_path} exists and is not empty. Doing nothing and quitting."
34
- else
35
- Dir.chdir(new_project_path) do
36
- FileUtils.cp_r template_path(advanced) + '/.', new_project_path
37
- end
38
- end
39
- puts "Created basic Squib project in #{new_project_path}."
40
- puts advanced_message if advanced
41
- end
42
-
43
- def empty_path_error
44
- ArgumentError.new('Please specify a path.')
45
- end
46
-
47
- def template_path(advanced)
48
- path = case advanced
49
- when true
50
- '../builtin/projects/advanced'
51
- else
52
- '../builtin/projects/basic'
53
- end
54
- File.expand_path(path, File.dirname(__FILE__))
55
- end
56
-
57
- def advanced_message
58
- <<-EOS
59
-
60
- This is the advanced layout designed for larger games. Everything is
61
- organized into separate directories and the workflow is all based on
62
- the Rakefile.
63
-
64
- From within this directory, run `bundle install` to install extra
65
- gems.
66
-
67
- After that, run `rake` to build. Check out the Rakefile for more.
68
-
69
- Happy Squibbing! And best of luck with your game.
70
- -Andy (@andymeneely)
71
-
72
- EOS
73
- end
74
-
75
- end
76
- end
77
- end
1
+ require 'fileutils'
2
+
3
+ module Squib
4
+ # Squib's command-line options
5
+ module Commands
6
+
7
+ # Generate a new Squib project into a fresh directory.
8
+ #
9
+ # Provides conventions for using Git (you are using version control, right??).
10
+ # Also provides some basic layout and config files to start from, along with templates for instructions and other notes you don't want to forget.
11
+ #
12
+ #
13
+ # @example
14
+ # squib new foo-blasters
15
+ # cd foo-blasters
16
+ # ruby deck.rb
17
+ # git init
18
+ # git add .
19
+ # git commit -m "Starting my cool new game using Squib!"
20
+ #
21
+ # @api public
22
+ class New
23
+
24
+ # :nodoc:
25
+ # @api private
26
+ def process(args, advanced)
27
+ raise empty_path_error if args.empty?
28
+
29
+ new_project_path = File.expand_path(args.join(' '), Dir.pwd)
30
+
31
+ FileUtils.mkdir_p new_project_path
32
+ if !Dir["#{new_project_path}/**/*"].empty?
33
+ $stderr.puts "#{new_project_path} exists and is not empty. Doing nothing and quitting."
34
+ else
35
+ Dir.chdir(new_project_path) do
36
+ FileUtils.cp_r template_path(advanced) + '/.', new_project_path
37
+ end
38
+ end
39
+ puts "Created basic Squib project in #{new_project_path}."
40
+ puts advanced_message if advanced
41
+ end
42
+
43
+ def empty_path_error
44
+ ArgumentError.new('Please specify a path.')
45
+ end
46
+
47
+ def template_path(advanced)
48
+ path = case advanced
49
+ when true
50
+ '../builtin/projects/advanced'
51
+ else
52
+ '../builtin/projects/basic'
53
+ end
54
+ File.expand_path(path, File.dirname(__FILE__))
55
+ end
56
+
57
+ def advanced_message
58
+ <<-EOS
59
+
60
+ This is the advanced layout designed for larger games. Everything is
61
+ organized into separate directories and the workflow is all based on
62
+ the Rakefile.
63
+
64
+ From within this directory, run `bundle install` to install extra
65
+ gems.
66
+
67
+ After that, run `rake` to build. Check out the Rakefile for more.
68
+
69
+ Happy Squibbing! And best of luck with your game.
70
+ -Andy (@andymeneely)
71
+
72
+ EOS
73
+ end
74
+
75
+ end
76
+ end
77
+ end
data/lib/squib/conf.rb CHANGED
@@ -1,149 +1,149 @@
1
- require 'forwardable'
2
- require 'yaml'
3
- require_relative 'args/typographer'
4
-
5
- module Squib
6
- USER_CONFIG = {}
7
-
8
- def configure(opts)
9
- str_hash = opts.inject({}) { |h, (k, v)| h[k.to_s] = v; h }
10
- USER_CONFIG.merge! str_hash
11
- end
12
- module_function :configure
13
-
14
- # @api private
15
- class Conf
16
-
17
- DEFAULTS = {
18
- 'antialias' => 'best',
19
- 'backend' => 'memory',
20
- 'cell_px' => 37.5,
21
- 'count_format' => '%02d',
22
- 'custom_colors' => {},
23
- 'dir' => '_output',
24
- 'hint' => :none,
25
- 'img_dir' => '.',
26
- 'img_missing' => :warn,
27
- 'progress_bars' => false,
28
- 'prefix' => 'card_',
29
- 'ldquote' => "\u201C", # UTF8 chars
30
- 'rdquote' => "\u201D",
31
- 'lsquote' => "\u2018",
32
- 'rsquote' => "\u2019",
33
- 'em_dash' => "\u2014",
34
- 'en_dash' => "\u2013",
35
- 'ellipsis' => "\u2026",
36
- 'smart_quotes' => true,
37
- 'text_hint' => 'off',
38
- 'warn_ellipsize' => true,
39
- 'warn_png_scale' => true,
40
- }
41
-
42
- # Translate the hints to the methods.
43
- ANTIALIAS_OPTS = {
44
- nil => 'subpixel',
45
- 'best' => 'subpixel',
46
- 'good' => 'gray',
47
- 'fast' => 'gray',
48
- 'gray' => 'gray',
49
- 'subpixel' => 'subpixel'
50
- }
51
-
52
- def initialize(config_hash = DEFAULTS)
53
- @config_hash = config_hash.merge USER_CONFIG # programmatic overrides yml
54
- @typographer = Args::Typographer.new(config_hash)
55
- normalize_antialias
56
- end
57
-
58
- # Load the configuration file, if exists, overriding hardcoded defaults
59
- # @api private
60
- def self.load(file)
61
- yaml = {}
62
- if File.exists? file
63
- Squib::logger.info { " using config: #{file}" }
64
- yaml = YAML.load_file(file) || {}
65
- end
66
- warn_unrecognized(yaml)
67
- Conf.new(DEFAULTS.merge(yaml))
68
- end
69
-
70
- def to_s
71
- "Conf: #{@config_hash.to_s}"
72
- end
73
-
74
- def img_dir
75
- @config_hash['img_dir']
76
- end
77
-
78
- def img_missing
79
- @config_hash['img_missing'].to_sym
80
- end
81
-
82
- def text_hint
83
- @config_hash['text_hint']
84
- end
85
-
86
- def text_hint=(hint)
87
- @config_hash['text_hint'] = hint
88
- end
89
-
90
- def progress_bars
91
- @config_hash['progress_bars']
92
- end
93
-
94
- def typographer
95
- @typographer
96
- end
97
-
98
- def cell_px
99
- @config_hash['cell_px'].to_f
100
- end
101
-
102
- def dir
103
- @config_hash['dir']
104
- end
105
-
106
- def prefix
107
- @config_hash['prefix']
108
- end
109
-
110
- def count_format
111
- @config_hash['count_format']
112
- end
113
-
114
- def antialias
115
- @config_hash['antialias']
116
- end
117
-
118
- def backend
119
- @config_hash['backend']
120
- end
121
-
122
- def custom_colors
123
- @config_hash['custom_colors']
124
- end
125
-
126
- def warn_ellipsize?
127
- @config_hash['warn_ellipsize']
128
- end
129
-
130
- def warn_png_scale?
131
- @config_hash['warn_png_scale']
132
- end
133
-
134
- private
135
-
136
- def normalize_antialias
137
- @config_hash['antialias'] = ANTIALIAS_OPTS[@config_hash['antialias'].downcase.strip]
138
- end
139
-
140
- # Were there any unrecognized options in the config file?
141
- def self.warn_unrecognized(yaml)
142
- unrec = yaml.keys - DEFAULTS.keys
143
- if unrec.any?
144
- Squib::logger.warn "Unrecognized configuration option(s): #{unrec.join(',')}"
145
- end
146
- end
147
-
148
- end
149
- end
1
+ require 'forwardable'
2
+ require 'yaml'
3
+ require_relative 'args/typographer'
4
+
5
+ module Squib
6
+ USER_CONFIG = {}
7
+
8
+ def configure(opts)
9
+ str_hash = opts.inject({}) { |h, (k, v)| h[k.to_s] = v; h }
10
+ USER_CONFIG.merge! str_hash
11
+ end
12
+ module_function :configure
13
+
14
+ # @api private
15
+ class Conf
16
+
17
+ DEFAULTS = {
18
+ 'antialias' => 'best',
19
+ 'backend' => 'memory',
20
+ 'cell_px' => 37.5,
21
+ 'count_format' => '%02d',
22
+ 'custom_colors' => {},
23
+ 'dir' => '_output',
24
+ 'hint' => :none,
25
+ 'img_dir' => '.',
26
+ 'img_missing' => :warn,
27
+ 'progress_bars' => false,
28
+ 'prefix' => 'card_',
29
+ 'ldquote' => "\u201C", # UTF8 chars
30
+ 'rdquote' => "\u201D",
31
+ 'lsquote' => "\u2018",
32
+ 'rsquote' => "\u2019",
33
+ 'em_dash' => "\u2014",
34
+ 'en_dash' => "\u2013",
35
+ 'ellipsis' => "\u2026",
36
+ 'smart_quotes' => true,
37
+ 'text_hint' => 'off',
38
+ 'warn_ellipsize' => true,
39
+ 'warn_png_scale' => true,
40
+ }
41
+
42
+ # Translate the hints to the methods.
43
+ ANTIALIAS_OPTS = {
44
+ nil => 'subpixel',
45
+ 'best' => 'subpixel',
46
+ 'good' => 'gray',
47
+ 'fast' => 'gray',
48
+ 'gray' => 'gray',
49
+ 'subpixel' => 'subpixel'
50
+ }
51
+
52
+ def initialize(config_hash = DEFAULTS)
53
+ @config_hash = config_hash.merge USER_CONFIG # programmatic overrides yml
54
+ @typographer = Args::Typographer.new(config_hash)
55
+ normalize_antialias
56
+ end
57
+
58
+ # Load the configuration file, if exists, overriding hardcoded defaults
59
+ # @api private
60
+ def self.load(file)
61
+ yaml = {}
62
+ if File.exist? file
63
+ Squib::logger.info { " using config: #{file}" }
64
+ yaml = YAML.load_file(file) || {}
65
+ end
66
+ warn_unrecognized(yaml)
67
+ Conf.new(DEFAULTS.merge(yaml))
68
+ end
69
+
70
+ def to_s
71
+ "Conf: #{@config_hash.to_s}"
72
+ end
73
+
74
+ def img_dir
75
+ @config_hash['img_dir']
76
+ end
77
+
78
+ def img_missing
79
+ @config_hash['img_missing'].to_sym
80
+ end
81
+
82
+ def text_hint
83
+ @config_hash['text_hint']
84
+ end
85
+
86
+ def text_hint=(hint)
87
+ @config_hash['text_hint'] = hint
88
+ end
89
+
90
+ def progress_bars
91
+ @config_hash['progress_bars']
92
+ end
93
+
94
+ def typographer
95
+ @typographer
96
+ end
97
+
98
+ def cell_px
99
+ @config_hash['cell_px'].to_f
100
+ end
101
+
102
+ def dir
103
+ @config_hash['dir']
104
+ end
105
+
106
+ def prefix
107
+ @config_hash['prefix']
108
+ end
109
+
110
+ def count_format
111
+ @config_hash['count_format']
112
+ end
113
+
114
+ def antialias
115
+ @config_hash['antialias']
116
+ end
117
+
118
+ def backend
119
+ @config_hash['backend']
120
+ end
121
+
122
+ def custom_colors
123
+ @config_hash['custom_colors']
124
+ end
125
+
126
+ def warn_ellipsize?
127
+ @config_hash['warn_ellipsize']
128
+ end
129
+
130
+ def warn_png_scale?
131
+ @config_hash['warn_png_scale']
132
+ end
133
+
134
+ private
135
+
136
+ def normalize_antialias
137
+ @config_hash['antialias'] = ANTIALIAS_OPTS[@config_hash['antialias'].downcase.strip]
138
+ end
139
+
140
+ # Were there any unrecognized options in the config file?
141
+ def self.warn_unrecognized(yaml)
142
+ unrec = yaml.keys - DEFAULTS.keys
143
+ if unrec.any?
144
+ Squib::logger.warn "Unrecognized configuration option(s): #{unrec.join(',')}"
145
+ end
146
+ end
147
+
148
+ end
149
+ end
@@ -1,17 +1,17 @@
1
- module Squib
2
-
3
- # System-wide default font
4
- # :nodoc:
5
- # @api public
6
- DEFAULT_FONT = 'Arial 12'
7
-
8
- # Used for inch-cm conversion
9
- # :nodoc:
10
- # @api private
11
- INCHES_IN_CM = 0.393700787
12
-
13
- # Used for points-inch conversion
14
- # :nodoc:
15
- # @api private
16
- POINTS_PER_IN = 72.0
17
- end
1
+ module Squib
2
+
3
+ # System-wide default font
4
+ # :nodoc:
5
+ # @api public
6
+ DEFAULT_FONT = 'Arial 12'
7
+
8
+ # Used for inch-cm conversion
9
+ # :nodoc:
10
+ # @api private
11
+ INCHES_IN_CM = 0.393700787
12
+
13
+ # Used for points-inch conversion
14
+ # :nodoc:
15
+ # @api private
16
+ POINTS_PER_IN = 72.0
17
+ end