Click here to Skip to main content
15,894,646 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have segmented normal characters using horizontal and vertical projection successfully. Now I'm trying to segment cursive characters. I have no idea of segmenting cursive characters since they are slanted. Please help me with this problem. Thank You.
Posted
Comments
Member 11124690 3-Dec-15 6:59am    
Can you please post the solution for vertical projection.. need it urgently.. thanks

1 solution

Assuming that by segmented, you mean that you've isolated individual characters into bitmaps or texture maps...

The way to do scripted or proportional fonts is to print out the entire text to a buffer, then apply that. Applying them a character at a time is not going to work, because proportional fonts contain placement rules that you won't be able to access at an image level.

So you need to be able to apply formatted text on the fly into a texture buffer to achieve the desired effect.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900