Git Product home page Git Product logo

legible-fonts's People

Contributors

7rs avatar

Watchers

 avatar

legible-fonts's Issues

Places the SFD files

ToDo

  • ๐Ÿ†Ž Place the SFD files and doesn't generate the SFD files.

All done.

Sets fonts configs

  • ๐Ÿค– To be able to display the configs properly.
  • ๐Ÿค– Indicates the copyrights in the fonts properly.

All Done.

Glyphs need to be fine-tuned.

Glyphs that need fine-tuning

Name From Summary
Kana BIZ UDGothic Movement
Kanji Movement
Emoji Noto Emoji Movement, Expansion

ToDo

  • Kana
  • Kanji
  • Emoji

The documents generator

Overview

Gets functions name with type annotations.

  1. Gets directories under package.
  2. Gets module files.
  3. Gets public functions.
  4. Gets arguments for functions.
  5. Gets type annotations for arguments.

Generate markdown

  1. Writes directories with header 1.
  2. Writes modules with header 3 under 1.
  3. Writes functions with list and header 4.


Example

Directory

Module

  • example_function(arg1, arg2)

    • arg1: str
    • arg2: ExampleClass
    • Returns: List[str]

    This function is example.

Auto importing

Before

from package import module  # OK

import package
package.module  # ERROR

After

import package
package.module  # OK

ToDo

  • Changes __init__.py

Writes the FontForge Python scripts

ToDo

  • ๐Ÿค– To be able to generate the TTF files.
  • ๐Ÿค– To be able to run to completion.
  • โš™๏ธ Sets the Python configs.
  • โš™๏ธ Sets the Git configs.
  • ๐Ÿ†Ž Places the source fonts.

All done.

Ligatures Plan

Supporting Programming Languages

  • Python
  • Ruby
  • PHP
  • TypeScript
  • Java
  • Kotlin
  • Swift
  • Go
  • Rust
  • C++
  • Dart
  • Haskell

Release ver. Alpha

  • Indicate correct licenses
  • Uses this fonts to use mac terminal app.
  • Uses this fonts to use Termux.

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.