Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

a javascript package for the browser that generates SVG and PNG images for individual symbols, complete signs, and structured text.

License

NotificationsYou must be signed in to change notification settings

sutton-signwriting/font-ttf

Repository files navigation

Gitterversionnpm downloads

SignWriting

@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

Useful links

Installation

Install TrueType Font

The TrueType Fonts can be installed on Windows, Mac, and Linux. For iOS,two mobile configurations are available. Installation is not possible on Android.

Install with NPM

    npm install @sutton-signwriting/font-ttf

Install with GIT

    # 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

Usage

Using as a module

    // import entire library    import * as ttf from '@sutton-signwriting/font-ttf'    // import individual module    import {font} from '@sutton-signwriting/font-ttf'

Using in the Browser

Local files

    // 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>

Unpkg

    // 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>

Configure font for VS Code

File >> Preferences >> Settings

Search for "font family". Append SuttonSignWritingOneD to the list of fonts. Restart VS Code.

License

MIT

SignWriting General Interest

About

a javascript package for the browser that generates SVG and PNG images for individual symbols, complete signs, and structured text.

Resources

License

Stars

Watchers

Forks

Sponsor this project

    Packages

    No packages published

    Contributors2

    •  
    •  

    Languages


    [8]ページ先頭

    ©2009-2026 Movatter.jp