[gnumeric] * ms-excel-util.c (init_xl_font_widths): Add DejaVu fonts with



commit da1a30df56f558a3cb7471a55791b1821f24023b
Author: Jon K Hellan <hellan acm org>
Date:   Thu May 14 21:58:12 2009 +0200

    * ms-excel-util.c (init_xl_font_widths): Add DejaVu fonts with
    same metrics as Bitstream Vera.
---
 plugins/excel/ChangeLog       |    5 +++++
 plugins/excel/ms-excel-util.c |    3 +++
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index 25abe7d..2ca0c21 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-14  Jon K Hellan  <hellan acm org>
+
+	* ms-excel-util.c (init_xl_font_widths): Add DejaVu fonts with
+	same metrics as Bitstream Vera.
+
 2009-05-10  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* xlsx-write.c (xlsx_write_cols): and don't commit debugging code
diff --git a/plugins/excel/ms-excel-util.c b/plugins/excel/ms-excel-util.c
index d75f3d3..e35f7c0 100644
--- a/plugins/excel/ms-excel-util.c
+++ b/plugins/excel/ms-excel-util.c
@@ -278,9 +278,12 @@ init_xl_font_widths (void)
 		{ "Baekmuk Headline",		 9,	0x0900,	32.0 },
 		{ "Bell MT",			 8,	0x0924,	36.5 },
 		{ "Bitstream Vera Sans Mono",	 9,	0x0900,	32.0 },
+		{ "DejaVu Sans Mono",	 	 9,	0x0900,	32.0 },
 		{ "Bitstream Vera Sans",	 8,	0x0924,	36.5 },
+		{ "DejaVu Sans",	 	 8,	0x0924,	36.5 },
 		{ "Sans",			 8,	0x0924,	36.5 },
 		{ "Bitstream Vera Serif",	 9,	0x0900,	32.0 },
+		{ "DejaVu Serif",	 	 9,	0x0900,	32.0 },
 		{ "Book Antiqua",		 8,	0x0924,	36.5 },
 		{ "Bookman Old Style",		 9,	0x0900,	32.0 },
 		{ "Calibri",			 9,	0x0900,	32.0 },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]