summaryrefslogtreecommitdiff
path: root/atari/plot/font_freetype.c
Commit message (Expand)AuthorAgeFilesLines
* Default truetype package is now Bitstream Vera.Ole Loots2012-08-251-27/+60
* Removed junkOle Loots2012-08-251-12/+0
* Documented font loading / font names.Ole Loots2012-08-251-2/+43
* Merged some features from framebuffer freetype impl.Ole Loots2012-08-251-62/+105
* Fix provided by Michale Drake.Ole Loots2012-08-041-102/+109
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-131-8/+12
* Fix typo ( fontbitmap was never destroyed within dtor )Ole Loots2012-04-241-3/+4
* Small font plotter speedup by reducing function calls in a draw glyph loop. Ole Loots2012-04-241-63/+60
* Optimized bitmap blitting: cache native (converted) bitmaps. Ole Loots2012-04-191-1/+1
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-10/+10
* Restructured the plotter driver struct and declared misc functions static wit...Ole Loots2012-03-141-12/+18
* more #ifdef WITH_8BPP_SUPPORTOle Loots2012-02-251-1/+5
* Reverted last change and only apply color conversion for alpha channel glyphs. Ole Loots2012-01-031-1/+1
* Fix clipping and only apply color conversion for hicolor systems.Ole Loots2012-01-031-6/+7
* It's now possible to render fonts in monochrom mode. Ole Loots2012-01-031-29/+115
* Fixed header, made different font plotters optional. Ole Loots2011-12-041-24/+26
* Removed unused codeOle Loots2011-02-121-5/+0
* Rearanged includes, fixed VDI style for dashed plots. Ole Loots2011-01-301-19/+5
* Implemented Search DialogOle Loots2011-01-301-0/+0
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+512