Giter VIP home page Giter VIP logo

Comments (4)

RazrFalcon avatar RazrFalcon commented on June 23, 2024 1

From your picture:

  • bearingX is face.glyph_hor_side_bearing()
  • bearingY is not present in TrueType fonts, but you could try face.ascender() instead or guess/calculate it manually from the glyph's bbox
  • width is face.glyph_bounding_box(id).unwrap().width()
  • height is face.glyph_bounding_box(id).unwrap().height()
  • advance is face.glyph_hor_advance()

from ttf-parser.

RazrFalcon avatar RazrFalcon commented on June 23, 2024

Vertical bearing and advance are only used by vertical fonts. Yours is probably not the one.

You can try checking the presence of the vmtx table via face.tables().vmtx.is_some()

what I would need to do in order to get the vertical bearings.

Can you show in a picture what exactly you want to get? Like this:
glyph-metrics

from ttf-parser.

psuong avatar psuong commented on June 23, 2024

Oh I see. So I was basing my knowledge from the LearnOpenGL Text Rendering and this is how they defined bearings. I didn't realize that vertical bearings was for vertical fonts and assumed it was equivalent to bearings-y in the following image.

glyph

I pretty much want all that info from the image pasted above, so I may have to reexplore the APIs tonight and retrieve the correct info. If there's a guide visually on what the API retrieves that would be helpful, if not I can figure it out

from ttf-parser.

psuong avatar psuong commented on June 23, 2024

Thanks, I'll play around with the APIs tonight. Closing this issue.

from ttf-parser.

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.