OpenPecha / Requests

RFWs and RFCs for all OpenPecha repositories
0 stars 0 forks source link

RFC00139: Create the font using the existing glyphs we cropped #396

Open ta4tsering opened 8 months ago

ta4tsering commented 8 months ago

RFC00139: Create the font using the existing glyphs we cropped

Named Concepts

glyphs: a single representation of a character Ligatures : a ligature refers to a special symbol formed by combining two or more letters into a single glyph font: The word font refers to a set of printable or displayable typography or text characters in a specific style and size. fonttools: fontTools is a library for manipulating fonts, written in Python. The project includes the TTX tool, that can convert TrueType and OpenType fonts to and from an XML text format, which is also called TTX.

Summary

write a script to create font using the glyph images and its annotations.

Dependencies

fontTools : fontTools is a library for manipulating fonts, written in Python. The project includes the TTX tool, that can convert TrueType and OpenType fonts to and from an XML text format, which is also called TTX.

Infrastructures

s3 bucket : all the glyph images and its annotations are on s3 bucket

Design Illustrations

proposed workflow

Justification

Testing

Describe the kind of testing procedures that are needed as part of fulfilling this request.

Implementation Steps

Reviewed By

Who has reviewed the RFC?