Bart van Strien
|
0aae9684b3
Automated formatting fix
|
13 years ago |
vrld
|
7a513e1434
Make love::Exception safe(r).
|
13 years ago |
Bart van Strien
|
49ec65dbf3
Oops, didn't have a clean tree
|
13 years ago |
Bart van Strien
|
d8666202cd
Improve compatibility check (I still can't believe robin was right)
|
13 years ago |
Bart van Strien
|
dc873c24f0
Some exception cleanup
|
14 years ago |
Bart van Strien
|
96a5a3e402
Catch not just the generic utf8 exception, but a few specific ones as well (bug #244)
|
14 years ago |
Bart van Strien
|
9199f1be5b
Catch ALL the utf8 errors (bug #244)
|
14 years ago |
Bart van Strien
|
6e630e8987
Fix width for getWrap and catch utf8 decoding errors in getWrap and getSize (issues #230 and #244)
|
14 years ago |
Bart van Strien
|
190e11d016
Move wrapping to Font::getWrap and make printf use that (fixes issue #230)
|
14 years ago |
Bart van Strien
|
0d174cfb81
Fix compiler warnings
|
14 years ago |
vrld
|
d420d68048
Add shear transformation and transform object (issue #152).
|
14 years ago |
Bart van Strien
|
b90771d44a
Fail gracefully on a utf-8 decoding error (bug #244)
|
14 years ago |
Bill Meltsner
|
79fd4aa180
fixing font-related segfault bug, thanks to itsnotabigtruck
|
14 years ago |
rude
|
6a2423f104
windows.h #defines min/max by default, causing problems with std::[min, max].
|
14 years ago |
Bill Meltsner
|
6e2da1f26d
added the UTF8-CPP library for unicode support, and added unicode printing support.
|
14 years ago |
Bart van Strien
|
2115cf19b9
Fixed a couple of compiler warnings in minor branch
|
14 years ago |
Bill Meltsner
|
cbff71d089
New font engine is implemented and appears to work perfectly. Bugs may be discovered and the internals can certainly be optimized and improved (at some point, perhaps, a less naive packing algorithm would be nice) but for now, it's good to go.
|
14 years ago |
Bill Meltsner
|
9d38cba626
brutally murdered padding and predefined glyph loading
|
14 years ago |
Bill Meltsner
|
94b4319878
trashed old unnecessary font stuff - compiles, but obviously will not work yet
|
14 years ago |
Bill Meltsner
|
fde708160e
bringing in the new year by changing every 2010 to 2011
|
14 years ago |
rude
|
31c9995082
Fixed some type conversion warnings in VC. Mostly float <-> int and bool <-> int.
|
14 years ago |
vrld
|
3587cd4320
Fix issue #165 and part of #129
|
14 years ago |
vrld
|
e3067ff33d
Fix issue #136 - Filter for Imagefonts.
|
14 years ago |
vrld
|
28df1edf03
Code cleanup: remove unnecessary `print' routines
|
14 years ago |
rude
|
6aa8399aa8
Made love.vcproj buildable again.
|
14 years ago |
Bill Meltsner
|
500e0f1417
image fonts now print from the upper left like truetype fonts do (fixes #100)
|
14 years ago |
Bill Meltsner
|
3cb3537db0
Added vrld's text-rotation-fixing patch (finally fixes #56)
|
14 years ago |
Bill Meltsner
|
a34640bcfd
(Hopefully) fixed bug where extended ASCII characters would not display properly.
|
15 years ago |
Bart van Strien
|
fdd8393b13
Fix for blurry text, bug #85
|
15 years ago |
Bill Meltsner
|
8800fa982a
made fonts actually print from the top-left.
|
15 years ago |