Giter Club home page Giter Club logo

Comments (7)

fdb avatar fdb commented on July 26, 2024 1

The best hope for native support is the Path2D class in canvas. This will have a addText method that adds text as bézier paths. Path2D is under development:

http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#path2d-objects

Here's an example that only works in Chrome Canary for now. Even there, addText is currently not implemented:

http://www.rgraph.net/blog/2014/march/an-example-of-html5-canvas-path2d-objects.html

from opentype.js.

fdb avatar fdb commented on July 26, 2024

I don't think you can do that.

Opentype.js is basically a hack around the browser's lack of support for glyph outlines. That's why we need to upload and parse binary TTF blobs in JavaScript. And just because this functionality is not built-in, direct access to system fonts is also not foreseen.

Also, people who don't run Windows don't necessarily have ariblk.ttf and would still need to get access to those fonts, somehow.

from opentype.js.

pkra avatar pkra commented on July 26, 2024

Opentype.js is basically a hack around the browser's lack of support for glyph outlines.

@fdb out of curiosity (and because we deal with similar issues) have you ever seen this being seriously suggested to browser vendors?

from opentype.js.

behdad avatar behdad commented on July 26, 2024

Opentype.js is basically a hack around the browser's lack of support for glyph outlines.

@fdb out of curiosity (and because we deal with similar issues) have you ever seen this being seriously suggested to browser vendors?

I actually did work on such a proposal with a colleague a few years ago. We had the Chrome team's support, but Mozilla wasn't convinced. See: http://goo.gl/jAeFRZ

from opentype.js.

pkra avatar pkra commented on July 26, 2024

@fdb thanks for those links! I'm not sure what performance would be like (for our use case). But it's definitely something to keep an eye on (and get creative with).

@behdad thanks for sharing the doc, I've requested access via Google Drive. It's probably in the doc, but what motivated it?

from opentype.js.

behdad avatar behdad commented on July 26, 2024

@pkra err, updated the link to a public copy. http://goo.gl/jAeFRZ

The motivations were, among others:

  • Being able to cache layout, for performance reasons (compared to DOM). Think of Google Spreadsheets, Docs, etc.
  • Internationalized text rendering in WebGL

from opentype.js.

pkra avatar pkra commented on July 26, 2024

Thanks @behdad !

from opentype.js.

Related Issues (20)

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.