Giter Club home page Giter Club logo

Comments (4)

fdb avatar fdb commented on July 26, 2024

opentype.js just gives you the font outlines as they are. You can combine this with other libraries to get the desired effect. Our g.js library has support for this, for example.

Here's an example using g.js:

var path = font.getPath(text, x, y, fontSize);

// The Path object from opentype has the same
// data structure as g.js, but different methods. Change
// its prototype to g.Path so things like path.resampleByAmount work.
path.__proto__ = g.Path.prototype;

path.point(0.5); // This returns the point at position "t", where t is in the range [0.0-1.0]

from opentype.js.

rvnath avatar rvnath commented on July 26, 2024

Hi Frederik,
Thanks for your suggestion. I downloaded g.js. Having problems with using it correctly. It seems to use requireJS or AMD specs. As I am still taking baby steps in the realm of AMD, I am unable to comprehend the errors it is throwing at me.

gjs-errors

The way, I used it was:

    <script src="scripts/libs/require.js"></script>
    <script src="scripts/libs/jquery-1.11.1.js"></script>
    <script src="scripts/libs/opentype.js"></script>
    <script src="scripts/libs/g.js-master/src/g.js"></script>
    <script src="scripts/app/font_fns.js"></script>

Can I use g.js in a normal (non AMD) mode? Should I write a main.js containing path : {} entries to make this work

Is it possible to send an example of using this in a normal way?
regards,
RV

from opentype.js.

fdb avatar fdb commented on July 26, 2024

I've updated the instructions on g.js to install. You can use the files in the dist folder directly, or use Bower or Browserify.

Let me know if that works for you.

from opentype.js.

rvnath avatar rvnath commented on July 26, 2024

It works. Thank you.

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.