Search found 1 match
- 2015-09-11T00:34:35-07:00
- Forum: Developers
- Topic: FreeType FTC in RenderFreetype
- Replies: 1
- Views: 2600
FreeType FTC in RenderFreetype
Hello! We use ImageMagick Wand API heavily in our project, and one of the purposes is to render huge amount of text on a canvas. We stuck in perfomance limitations of RenderFreetype(), which initializes FT2 library every time it's called. So on every string we have to render a font is loaded (FT ...