Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2
a javascript package for the browser that generates SVG and PNG images for individual symbols, complete signs, and structured text.
License
sutton-signwriting/font-ttf
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
@sutton-signwriting/font-ttf is a javascript package for the browser that generates SVG and PNG images for individual symbols, complete signs, and structured text. The package covers the entire set of the International SignWritnig Alphabet 2010 (ISWA 2010) using TrueType Fonts.
This package supports both Formal SignWriting in ASCII (FSW) and SignWriting in Unicode (SWU) character sets, along with the style string. Seedraft-slevinski-formal-signwriting for detailed specification.
Author:https://SteveSlevinski.me
Channel:https://www.youtube.com/channel/UCXu4AXlG0rXFtk_5SzumDow
Sponsor:https://www.patreon.com/signwriting
Donate:https://donate.sutton-signwriting.io
- Source:https://github.com/sutton-signwriting/font-ttf
- Distribution:https://unpkg.com/browse/@sutton-signwriting/font-ttf/
- Documentation:https://www.sutton-signwriting.io/font-ttf/
- Issue Tracker:https://github.com/sutton-signwriting/font-ttf/issues
- Online Discussion:https://gitter.im/sutton-signwriting/community
The TrueType Fonts can be installed on Windows, Mac, and Linux. For iOS,two mobile configurations are available. Installation is not possible on Android.
npm install @sutton-signwriting/font-ttf # download package git clone https://github.com/sutton-signwriting/font-ttf.git # install dependencies cd font-ttf npm install sudo apt install node-typescript # create project documentation npm run docs # create project files npm run build // import entire library import * as ttf from '@sutton-signwriting/font-ttf' // import individual module import {font} from '@sutton-signwriting/font-ttf' // import entire library // available as ssw.ttf <script src="index.js"></script> // import individual module // available as ssw.ttf.font <script src="font/font.js"></script> // import entire library // available as ssw.ttf <script src="https://unpkg.com/@sutton-signwriting/font-ttf@1.5.2"></script> // import individual module // available as ssw.ttf.font <script src="https://unpkg.com/@sutton-signwriting/font-ttf@1.5.2/font/font.min.js"></script>File >> Preferences >> Settings
Search for "font family". Append SuttonSignWritingOneD to the list of fonts. Restart VS Code.
MIT
- SignWriting Website:https://signwriting.org/
- Sutton SignWriting Resources:https://www.sutton-signwriting.io/
- Wikipedia page:https://en.wikipedia.org/wiki/SignWriting
- Email Discussion:https://www.signwriting.org/forums/swlist/
- Facebook Group:https://www.facebook.com/groups/SuttonSignWriting/
About
a javascript package for the browser that generates SVG and PNG images for individual symbols, complete signs, and structured text.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.
