The Windows Uniscribe API enables displaying text with far finer control over font features than can be accomplished with other GDI-based functions (DrawText or TextOut for example).
Questions tagged [uniscribe]
19 questions
0
votes
1 answer
Calculating the positions of glyphs in Windows
Is there any simple and compatible GDI or .NET accessible subsystem of Windows that will give glyph position characters. The task here is the combining symbols such as those in Arabic which sometimes have chains of multiple combining symbols…

Gregory Morse
- 369
- 2
- 10
0
votes
1 answer
Windows API select bold font
I'm trying to write some code to select a bold font (I actually want to get the font filename to send to a cross platform font renderer, but that's not too relevant). I use CreateFont() setting the cWeight to FW_BOLD and pszFaceName to "Arial". I…

Phil Rosenberg
- 1,597
- 1
- 14
- 22
-1
votes
1 answer
Arabic letter noon ghunna incorrectly displayed with a dot
Background
The Arabic letter noon ghunna (ں) is displayed incorrectly on my Windows 10 PC (in Chrome, Edge, Notepad and Word). The sequence ALEF, NOON GHUNNA, ALEF is displayed as:
The same sequence is displayed correctly on my Android phone…

Sergey Slepov
- 1,861
- 13
- 33
-1
votes
1 answer
Uniscribe and Text Outlines
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?

Kshitij Banerjee
- 1,678
- 1
- 19
- 35