Click here to Skip to main content
15,886,527 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Need an API to calculate pixel width of string containing Russian characters.
System is supporting Russian language and while typing cursor does not moves since not able to get pixel width.

What I have tried:

GetTextExtentPoint32 not working for Russian since Arial is not the font
Posted
Updated 1-Aug-19 2:36am
Comments
Richard MacCutchan 1-Aug-19 5:06am    
What does "not working" mean?

1 solution

This shouldnt be the problem. Take a look at this Microsoft example code.
 
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