qnanopainter icon indicating copy to clipboard operation
qnanopainter copied to clipboard

Add option to use Freetype

Open hartcw opened this issue 10 months ago • 2 comments

This adds a new cmake build option called QNANO_USE_FREETYPE, which changes nanovg fontstash to use Freetype library instead of stb_truetype.

hartcw avatar Apr 25 '24 09:04 hartcw

Thanks! Would you mind doing the same addition for qmake users so add QNANO_USE_FREETYPE etc. into include.pri?

QUItCoding avatar Apr 28 '24 07:04 QUItCoding

I'm not sure how to do it in qmake. Is there an equivalent of cmake's "option()"?

hartcw avatar Apr 28 '24 08:04 hartcw