Giter Club home page Giter Club logo

Comments (7)

ldo avatar ldo commented on July 18, 2024

No, this is not needed. You define the callbacks, you decide whether they return scaled floats or unscaled integers. HarfBuzz always wants unscaled integers, so it is up to my FontFuncs callback wrappers to convert things appropriately.

This should become clearer after I post my full fix for #3.

from harfpy.

ldo avatar ldo commented on July 18, 2024

The full fix is now here: d88fbb2.

from harfpy.

khaledhosny avatar khaledhosny commented on July 18, 2024

Still not clear how my callback functions should return values that are specified in font design units (i.e. relative to UPEM), the C code would do the equivalent of the following:

return value * font.scale[0] / font.face.upem

from harfpy.

ldo avatar ldo commented on July 18, 2024

You can put what you like in the font_data and user_data; these can be general Python objects. That’s why I didn’t see the point in passing the font as well.

Note I don’t actually use HarfBuzz’s user_data support. And I use its font_data to pass the font, which I then use to find my own font_data object.

from harfpy.

khaledhosny avatar khaledhosny commented on July 18, 2024

I already use font_data for something else, so I had to use user_data for passing the HarfBuzz Font, but I feel this deviance from C API complicates things unnecessarily and the passed FontFuncs is always unused.

from harfpy.

ldo avatar ldo commented on July 18, 2024

Yes, I think it makes more sense to pass the Font rather than the FontFuncs as the first arg to the callbacks. After all, the callbacks are not methods of the FontFuncs.

from harfpy.

ldo avatar ldo commented on July 18, 2024

OK, done.

from harfpy.

Related Issues (13)

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.