MonkVG icon indicating copy to clipboard operation
MonkVG copied to clipboard

small bug with vgSetGlyphToPath

Open gerchicov opened this issue 11 years ago • 0 comments

Here is an example of source: http://www.khronos.org/message_boards/showthread.php/5634-About-Text-rendering

From these sources I can't write the following string: vgSetGlyphToPath(font, 'a',fontpath1, 1, origin, escapement); because a comiler can't convert 1 to VGboolean type

gerchicov avatar Nov 22 '13 07:11 gerchicov