Results 1 to 4 of 4

Thread: PolyBezier SDK function

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2001
    Location
    Near Sheerness in Kent, UK
    Posts
    25

    Cool PolyBezier SDK function

    I'm trying to write some code that has the same functionallity as the SDK's PolyBezier function. The reason for this, is that I am going to be implementing the code on a 68k compatible terminal. Currently, under Windows, I am using PolyBezier to generate TrueType font Glyphs, but obviously PolyBezier is only available under Windows.

    Does anyone know of any similar code that's available or even, maybe have the source for PolyBezier.

    Thanks for your help.

    Shaun.

  2. #2
    Frenzied Member
    Join Date
    Jul 2002
    Posts
    1,370
    some java source for Bezier drawing:

    http://www.cs.huji.ac.il/~arik/java/ex2/DrawBezier.java

  3. #3
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    Wrote a Bezier curve program on my TI83 a ways back =). The code is pretty straightforward, you should be able to figure it out without much trouble.

    Z.

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Oct 2001
    Location
    Near Sheerness in Kent, UK
    Posts
    25
    I already have a bezier spline routine, however, the PolyBezier SDK function, draws capital 'A' for example with straight lines. My function, produces curves where I don't want them. Obviously the method my code is using, differs in some way to that of PolyBezier.

    So back to my original question, is there any code out there, that can emulate what PolyBezier is doing??

    Thanks in advance

    Shaun.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width