GetCharacterPlacement

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Can any one can please post a code of how to use GetCharacterPlacement API
with C#?

Regards,
Asaf
 
Hi

You can take a look at the link below.
http://groups.google.com/group/microsoft.public.dotnet.framework.interop/bro
wse_frm/thread/af8624f80e201f6b/a5cd36824236341a?lnk=st&q=GetCharacterPlacem
ent+%22C%23%22&rnum=1&hl=en#a5cd36824236341a

or I think we can use the managed C++ to handle the managed/unmanaged mixed
code.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Hi Peter,

Thanks for the link.

With this function, how can I Reorder only the English text when I have a
mixed text with Hebrew & English?

Regards,
Asaf
 
Hi,

GetCharacterPlacement
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/fontext
_4l84.asp

GetCharacterPlacement is a Windows GDI API. For detailed information about
how to use GetCharacterPlacement, it would better post in the gdi newsgroup
directly. There are many GDI experts in that newsgroup.
microsoft.public.win32.programmer.gdi

If you have any concern about how to P/Invoke the API, please feel free to
post here. or post in the specific P/Invoke dotnet newsgroup.
microsoft.public.dotnet.framework.interop

Thanks for your understanding!
If you still have any other concern, please feel free to post here.


Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top