aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-font.c
Commit message (Collapse)AuthorAgeFilesLines
* Change this a bit so that if you pass it a bold font, it puts that inDan Winship2000-09-131-24/+74
| | | | | | | | | | * e-font.c (e_font_from_gdk_font): Change this a bit so that if you pass it a bold font, it puts that in font->bold and finds a lighter font for font->font (if it can). This is for themes like Metal where the default font is bold. (find_variants): renamed from find_best_bold svn path=/trunk/; revision=5384
* Thou shalt leave space for the trailing \0.Dan Winship2000-09-121-1/+1
| | | | | | | * e-font.c (find_best_bold): Thou shalt leave space for the trailing \0. svn path=/trunk/; revision=5355
* EFont should now use real bold typeface, if availableLauris Kaplinski2000-09-111-18/+120
| | | | svn path=/trunk/; revision=5309
* Some UTF-8 fixes and experimental 16-bit unicode font supportLauris Kaplinski2000-09-091-59/+151
| | | | svn path=/trunk/; revision=5279
* Bunch of unicode related changesLauris Kaplinski2000-09-081-7/+26
| | | | svn path=/trunk/; revision=5235
* New font translation code for utf-8, but commented out at momentLauris Kaplinski2000-09-051-0/+135
| | | | svn path=/trunk/; revision=5194
* UTF-8 in contact editor + some fixes for dealing with illegal stringsLauris Kaplinski2000-08-231-0/+6
| | | | svn path=/trunk/; revision=4976
* Changed UTF-8 handling syntax from char based to byte basedLauris Kaplinski2000-08-221-15/+36
| | | | svn path=/trunk/; revision=4913
* First step moving to UTF-8 stringsLauris Kaplinski2000-08-201-0/+107
svn path=/trunk/; revision=4885