=== Glyph Generator ===
Contributors: indras3hat
Donate link: https://paypal.me/indras3hat
Tags: glyph,font,typeface,generator,preview,inspector,font preview,opentype,glyph preview
Requires at least: 4.6
Tested up to: 5.6
Stable tag: 1.0.0
Requires php: 7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Generate your font glyph in your page with simple shortcode.

== Description ==

Generate your font glyph in your page with simple shortcode. Showcase your font to your client with hidden glyph


== Installation ==

1. Upload `glyph-generator.zip` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Use [draglyph] shortcode in your page / post / product page.
4. Include Options into your shortcode. eg. [draglpyh url='your-font-url' glyph='#000' stroke='#red']

== Frequently Asked Questions ==

= What Attributes that I can use ? =

- fonturl => Your font url (default : use Roboto-Black)
- fill => Color for glyph and glyph items (default: #000)
- stroke => Color of glyph's stroke (default: #fff)
- numpage => How many glyph items do you want to show in a page (default : 100)
- upfont => Enable visitor to check their own font (default:1) ~ value: 1 = allow - 0 = false


= Is it support Woocommerce =
Just put the shortcode in product description or additional tabs, and it's ready to action


= Do you have Demo =
You can see the plugin in action at https://indras3hat.com/glyph-generator


= Can I contact you for support ? =
Yes! you can send your questions to ask@indras3hat.com


== Changelog ==


= 1.0.0 =
* Initial Release

Library use : 
[Opentype.js](https://opentype.js.org/ "Opentype")
