I want to attend this. Its very interesting.

2012/1/24 Aravinda VK <hallimanearav...@gmail.com>

> Those numbers are just the x and y values in an 8x6 matrix.(units 8x6 is
> also just for example :) ) (wrote the grid in a paper, then identified the
> points from that grid and then created this example.)
>
> (x1,y1)..(x2, y2)  => this means draw curved path between points x1,y1 and
> x2,y2.
> (x1, y1)--(x2,y2) => this means draw line between points x1,y1 and x2,y2.
>
>
> --
> Regards
> Aravinda | ಅರವಿಂದ
> http://aravindavk.in
>
> On Tue, Jan 24, 2012 at 2:34 PM, Aravinda VK 
> <hallimanearav...@gmail.com>wrote:
>
>> Yes Sunil, My presentation was created using that only. (Source is here
>> https://github.com/aravindavk/talks/tree/master/hejje ) :)  That day I
>> mentioned about MetaPost, which can be used to generate font
>> glyphs/drawings.
>>
>> http://www.tug.org/metapost.html
>>
>> Example: Below single line code roughly draws kannada letter ಅ (Drawing
>> is not perfect, created just to showcase the Metapost capability :) )
>> draw
>> (2,4)..(3,5)..(1,6)..(0.5,5)..(0,3)..(4,0)..(8,3)..(7,6)..(5,4)..(6,3)--(3,3)
>>
>> You can preview this online (Copy and paste the above code in the text
>> area in the below mentioned page. and click preview. )
>> http://www.tlhiv.org/mppreview/
>>
>> We can even change according to different calligraphy styles. (To the
>> same example I added pen type)
>> Ex:
>> pickup pencircle xscaled 0.1 yscaled 0.6;
>> draw
>> (2,4)..(3,5)..(1,6)..(0.5,5)..(0,3)..(4,0)..(8,3)..(7,6)..(5,4)..(6,3)--(3,3)
>>
>> --
>> Regards
>> Aravinda | ಅರವಿಂದ
>> http://aravindavk.in
>>
>>
>>
>> On Tue, Jan 24, 2012 at 2:02 PM, Sunil Jayaprakash <
>> sunil.jayaprak...@gmail.com> wrote:
>>
>>> Is it only for kids ? I am interested in learning this, as i haven't
>>> worked on this. Is this something that Aravinda was referring to in his
>>> talk ?
>>>
>>> 2012/1/24 omshivaprak...@gmail.com <omshivaprak...@gmail.com>
>>>
>>>> Hi All,
>>>>
>>>> Need a workshop on LeTex - even 2-3 hours should be good enough!
>>>>
>>>> How many would be interested to attend? Online / Offline/ Google
>>>> Hangout / any way its fine :)
>>>>
>>>>
>>>>
>>>> --
>>>> --
>>>> With Best Regards,
>>>> Omshivaprakash.H.L | ಓಂ ಶಿವಪ್ರಕಾಶ್ ಎಚ್. ಎಲ್ | ॐ शिवप्रकाश् एच्. एल्
>>>>
>>>> http://platonic.techfiz.info
>>>> http://blog.shivu.in
>>>> Phone: 91- 9902026518
>>>>
>>>> linuxaayana.net | kindarajogi.com | sanchaya.net
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Dev mailing list
>>>> Dev@lists.sanchaya.net
>>>> http://lists.sanchaya.net/mailman/listinfo/dev_lists.sanchaya.net
>>>>
>>>>
>>>
>>> _______________________________________________
>>> Dev mailing list
>>> Dev@lists.sanchaya.net
>>> http://lists.sanchaya.net/mailman/listinfo/dev_lists.sanchaya.net
>>>
>>>
>>
>>
>>
>
>
>
_______________________________________________
Dev mailing list
Dev@lists.sanchaya.net
http://lists.sanchaya.net/mailman/listinfo/dev_lists.sanchaya.net

Reply via email to