Code Monkey home page Code Monkey logo

juisee's Introduction

Juisee

Juisee は、欧文フォント JuliaMono と日本語フォント LINE Seed JP を合成したプログラミング向けフォントです。

🥤 DOWNLOAD 🥤
※「Assets」内の zip ファイルをダウンロードしてご利用ください。

image

💡 その他、公開中のプログラミングフォント

特徴

以下のような特徴があります。

  • Unicode 文字の網羅性の高さが特徴の JuliaMono 由来の曲線的な英数字
  • LINE の利便性とフレンドリーなアイデンティティから着想を得て制作された LINE Seed JP 由来のやわらかな印象の日本語文字
  • 文字幅比率が 半角3:全角5、ゆとりのある幅の半角英数字
    ※半角1:全角2 のバリエーションもあり
  • 主に -> => などの矢印表現において JuliaMono 由来のリガチャを搭載
  • バグの原因になりがちな全角スペースが可視化される

サンプル

image image image

ビルド

ビルドに使用するツール、ランタイム

Windows (PowerShell)

# 必要パッケージのインストール
pip install -r requirements.txt
# ビルド
& "C:\Program Files (x86)\FontForgeBuilds\bin\fontforge.exe" --lang=py -script .\fontforge_script.py && Get-ChildItem .\build\fontforge_Juisee*.ttf | % { python -m ttfautohint --dehint --no-info $_.FullName $_.FullName } && python fonttools_script.py

fontforge_script.py オプション:

  • --slashed-zero : 0 を斜線付きゼロにする
  • --invisible-zenkaku-space : 全角スペースを不可視にする
  • --half-width : 半角文字と全角文字の幅の比率を 半角1:全角2 にする

オプション付きの実行例:

& "C:\Program Files (x86)\FontForgeBuilds\bin\fontforge.exe" --lang=py -script .\fontforge_script.py --slashed-zero --invisible-zenkaku-space

Linux

coming soon...

ライセンス

SIL Open Font License, Version 1.1 が適用され、個人・商用問わず利用可能です。

ソースフォントのライセンスも同様に SIL Open Font License, Version 1.1 が適用されています。詳しくは source ディレクトリに含まれる LICENSE_<FontName> ファイルを参照してください。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.