Giter Club home page Giter Club logo

Comments (3)

Connum avatar Connum commented on July 26, 2024 1

Closing this old issue. You can use Glyph.leftSideBearing for lsb and Glyph.getMetrics() for getting the rightSideBearing

from opentype.js.

fdb avatar fdb commented on July 26, 2024

I agree – I think the Glyph needs to be augmented with all its properties. (I've added the unicode(s) and name properties recently)

from opentype.js.

Pomax avatar Pomax commented on July 26, 2024

I'm currently using opentype.js for a bit of a proof of concept prototype for a new table (I have no idea how much it makes sense, but I need something opentype can't do, so new table it is =D) that depends on getting a glyph's positional coordinates and dimensions in a string - couldn't find a way to do that through the pathing functions for full strings, so I'm cheating and rendering individual glyphs, then aligning them based on xMax/xMix, which almost works. the lsb/rbs values would definitely help in at least aligning the glyphs -- although it wouldn't be kerned properly of course. So I guess another route might be: would it make sense to create a new function that doesn't so much render the vector outlines when you pass in a string, but generates an array of glyphs with their positional information? Like "water" -> glyph(w) extended with {x:0, y:0}, glyph(a) extended with {x: 22, y:0}, etc. ?

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.