Set kerning with GDI + when drawing text

Is it possible to set kerning when drawing text using GDI +? If anyone does not know about a decent image library that allows this?

Greetings, Jan.

+3
source share
1 answer

I found C ++ code on CodeGuru that takes into account Kerning pairs and draws using GDI +. This is not .NET, so intervention will be required or you can put the code in a C ++ / CLI assembly.

Make GDI + less small print

, Kerning Pairs GDI + . , Visual Studio 2013 , . . "SAVVA" Garamond AV.

0

All Articles