Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Handwriting to TrueType Font

  • 14-04-2011 9:54pm
    #1
    Registered Users, Registered Users 2 Posts: 96 ✭✭


    Hey!

    Im trying to put together an application that would compile a font from a template of a users handwriting. Theres a hundred websites and downloads for this like fontifier.com etc.. but Im doing it for my own interest in it as Im trying to learn more about the process.

    So far Ive figured that the scanned image needs to be converted to bitmap (.bmp) which is fine. Ive done that in C# before. And I know truetype .ttf would be the format to go for. And that the bmp file would need to be broken apart into individual glyphs. Unfortunetly this is where Im stuck. How do you create a .ttf file?! Google has a million ways to convert glyphs to bmps but none the other way around.

    Im really looking for some guidance rather than code. What should I be looking at to do this. Its definitely possible as its been done to death.

    Any help is greatly appreciated!!
    Oisin


Comments

  • Registered Users, Registered Users 2 Posts: 213 ✭✭Hoku


    Now this is just an idea, but would FontForge work?
    It seems to have the option to import BMP but I'm not sure if it will do exactly what you need.

    I've only ever used FontForge to convert some Windows fonts to Mac, but it might work.


  • Registered Users, Registered Users 2 Posts: 96 ✭✭Oisintarrant


    Thanks Huko, I got a copy of fontforge yesterday but it seemed so broad and scattered that it made me skip it and keep looking. Ill look into it again now you mentioned it, it would need to be able to work almost like a plugin to my main application. Thanks again for the reply.

    Oisin


  • Registered Users, Registered Users 2 Posts: 96 ✭✭Oisintarrant


    Ive had a play around with font forge, its not really waht Im after. Maybe I should be looking for code. Any ideas?!

    Thanks!


  • Registered Users, Registered Users 2 Posts: 96 ✭✭Oisintarrant


    I know this might be a case of flogging a dead horse asking about this again, however, I may as well give what I know incase someone attempts the same in future.

    To build a font, you need to import the scanned image as a bitmap image, then divide it up into individual sectors, this may or may not relate to Vector Imaging.

    Once this is done, you can somehow use these images as individual letters in the typeface. I may be miles out there but no one seems to know anything about this anywhere I ask.

    Oisin


  • Registered Users, Registered Users 2 Posts: 9,383 ✭✭✭S.M.B.


    Think I might do this over the next few days. I've no idea how you'd go about creating an application to do this (converting bmp to vectors to .tff file) but will give it a go using some existing tools.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 96 ✭✭Oisintarrant


    SMB, if you get anywhere with it, could you let me know your approach to it? It would be greatly appreciated.


Advertisement