Code Monkey home page Code Monkey logo

ucdb's Introduction

UCDB, a UniCodeDataBase

UCDB-Dev

Use Cases

Font Identification Per Style and Codepoint

Font Generation

UCDB can store glyph outlines for multiple fonts per codepoint.

In the future distinction between styles will be added so it will be possible to query for the preferred font to typeset, say, character U+570b ๅœ‹ in bold, serif or sans-serif style.

outlines are stored as SVG pathdata literals (i.e. the value of the d attribute in <path d='...'/> SVG elements)

Fonts (in TTF, OTF formats) may be generated with SvgTtf from the accumulated data such that they cover either:

(a) codepoint intervals of 32K (32768) positions (such that each Unicode plane of 64K positions is covered by two fonts, one for the codepoint interval 0x__000..0x__7ff and one for the interval 0x__800..0xfff). These are dubbed Half Plane Fonts (HPFs).

(b) Unicode blocks as specified and/or arbitrary codepoint collections.

Choice (b) is left for the future, for the moment we only support monospaced HPFs to accommodate for the most important use case, namely providing fonts for CJK ideographs.

Outlines

outlines_of_sourcefonts outlines_of_combifonts

ucdb's People

Watchers

James Cloos avatar  avatar  avatar

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.