Giter VIP home page Giter VIP logo

Comments (4)

blaind avatar blaind commented on May 26, 2024 1

Allright, thank you for the information.

I just noticed that the indexing worked up to two bytes (utf16). For example https://openmoji.org/library/#emoji=2BEB renders correctly. However, the supplementary plane did not work yet (https://openmoji.org/library/#emoji=1F600).

I will patch after the support has been added.

from ttf2mesh.

fetisov avatar fetisov commented on May 26, 2024

Unfortunately, the support of the mentioned emoji font by the library in the current concept does not seem to be possible. This font contains color information instead of vector information (see https://docs.microsoft.com/en-us/typography/opentype/otspec170/cbdt for an example).
I would recommend using vector fonts such as Webdings or OpenMoji (https://openmoji.org/library/).
The OpenMoji font is especially interesting because it contains vector information with colors. In the next versions of the library, it is possible to support the 'SVG' or/and 'COLR' tables of the file. It can be assumed that in the future, these tables will be widely used in emoji fonts. Today support for this tables is already built into some web browsers and applications (hfg-gmuend/openmoji#93):
изображение
изображение
It is also important to note that for a start, the library plans to support Unicode supplementary-plane characters (U+10000 to U+10FFFF). This support is required in order to index emoji glyphs that are located outside of base unicode plane.

from ttf2mesh.

fetisov avatar fetisov commented on May 26, 2024

изображение
Hello. Perhaps you will be interested. Added support for supplementary-plane characters (U+10000 to U+10FFFF) in the current version. This makes it possible to process a number of emoji from files like DejaVuSans.ttf or OpenMoji-Black.ttf.

from ttf2mesh.

chetan-ids avatar chetan-ids commented on May 26, 2024

Does Imagick support color emojis. If support than how can I print color emoji in imagick? I Tried but printed black & white emojis.

from ttf2mesh.

Related Issues (15)

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.