Search This Blog

Showing posts with label letter. Show all posts
Showing posts with label letter. Show all posts

C Program to Draw Malayalam Letter 'Dha' (ധ) Using Bezier Curves

This is a c program to draw Malayalam letter ധ using Bezier Curves. The program draws the letter
bezier curves with control points
ധ using Bezier Curves
ധ using four different Bezier curves. For understandability, individual curves are shown in different colors. The control points for each curve are set in the program and a function bezier() is called with different set of control points twice.