Uniscribe and Text Outlines

296 Views Asked by At

Can I use the output from ScriptShape/ScriptItemize in Uniscribe to get the char codes and pass the char codes to GetGlyphOutline to get the beziers?

Does Uniscribe have a call to get the outlines directly?

1

There are 1 best solutions below

1
On BEST ANSWER

For anyone wondering the same.

The short answer: Yes. It works.

Uniscribe returns a WORD whereas the GetCharacterPlacement one gives out an LPCSTR though, so just look at that, should be trivial.

Nothing surprising though, this was just to confirm before I spend my time on it :)