markdown_titles_to_svg 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c77f3af5e524ce88627f23c2d5853b236cd069320b785e4b14050c9b9e06378
4
- data.tar.gz: c662e79b267cf3ec1e132ee10d9f732f03c16fbdfe5673e766b326e0201055c9
3
+ metadata.gz: b04c4e3e1a3ce1c25e6969293d1bfebdf6b99c5aaab028b6c7f64683ea357ddf
4
+ data.tar.gz: c331e82edd0b1901414406f3c1c847862d44939ffaeb38f0ab00d57fdee76eb5
5
5
  SHA512:
6
- metadata.gz: b13d54f1f65209676deec9cca6b40484e826e940fc7c0be82aada3dabc5cc6e24feebbaa5b0e521f13028ed45cc5d9e8b64b2ff2af410b6e7e31177e1d852ce4
7
- data.tar.gz: 26d3fe2ed3f6bb9dc3c90895d2f5d51c45a0701cb374f795b0f65572399d97fef02391b9c870a74ea88694a9e460372a338d75cc0785e3aa99282793e43132b7
6
+ metadata.gz: 5fc40d17e0b09f342c148c8a677cb5493ae2ab146fd2750b432d7207b45ca26cf30f4425b12b323a5d73d50ca14ffe06425c492fdcc9e297c6dee854153b23dc
7
+ data.tar.gz: 86f14b303219ef5c2c447794969a30a74517b59974072731cd6f522f3ed05d1773af427070aa9cf19f07e271fcecf161b300075ee7e69088118f842d7ade1c50
data/README.md CHANGED
@@ -215,8 +215,8 @@ Generate a single Title and outputs a svg string.
215
215
 
216
216
  | **Type** | **Required** | **Description** | **Example** | **Description** |
217
217
  |------:|:------|:------|:------|:------|
218
- | **headline** | ```String``` | Yes | ```'headline'``` | Define List of Markup |
219
- | **style** | ```Symbol``` | Yes | ```:h1``` | |
218
+ | **headline** | ```String``` | Yes | ```'headline'``` | Set Text of Headline/Title |
219
+ | **style** | ```Symbol``` | Yes | ```:h1``` | Set type of style, choose between :h1 and :default |
220
220
  | **options** | ```Hash``` | No | ```{}``` | Change default options, see "options" for more Information. |
221
221
 
222
222
  <br>
@@ -233,8 +233,8 @@ Generate a single Title and outputs a svg string.
233
233
  | :-- | :-- | :-- | :-- | :-- | :-- |
234
234
  | B.1. | Text_align |:font__text_align | `left` | Symbol | Set aligment of text |
235
235
  | B.2. | Bold |:font__bold | `false` | Boolean | Set format of font. If you use Google Fonts try "variant first" |
236
- | B.3. | Mode H1 |:font__mode__h1 | `:google_fonts` | Symbol | Set mode for Headlines. Choose between :h1 and :google_fonts |
237
- | B.4. | Mode Default |:font__mode__default | `:google_fonts` | Symbol | Set mode for Titles. Choose between :h1 and :google_font |
236
+ | B.3. | Mode H1 |:font__mode__h1 | `:google_fonts` | Symbol | Set mode for Headlines. Choose between ```:local``` and ```:google_fonts``` |
237
+ | B.4. | Mode Default |:font__mode__default | `:google_fonts` | Symbol | Set mode for Titles. Choose between ```:local``` and ```:google_font``` |
238
238
 
239
239
 
240
240
  #### Import from Local
@@ -356,6 +356,8 @@ module MarkdownTitlesToSvg
356
356
  :font__bold,
357
357
  :font__mode__h1,
358
358
  :font__mode__default,
359
+ :font__local__h1,
360
+ :font__local__default,
359
361
  :font__google_fonts__h1__name,
360
362
  :font__google_fonts__h1__variant,
361
363
  :font__google_fonts__h1__subset,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MarkdownTitlesToSvg
4
- VERSION = "0.1.7"
4
+ VERSION = "0.1.8"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markdown_titles_to_svg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - a6b8
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-06-20 00:00:00.000000000 Z
11
+ date: 2021-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: text2svg
@@ -101,7 +101,6 @@ files:
101
101
  - bin/setup
102
102
  - lib/markdown_titles_to_svg.rb
103
103
  - lib/markdown_titles_to_svg/version.rb
104
- - markdown_titles_to_svg-0.1.6.gem
105
104
  - markdown_titles_to_svg.gemspec
106
105
  homepage: https://github.com/a6b8/markdown-titles-to-svg-for-ruby
107
106
  licenses:
Binary file