From: Fridrich S. <str...@us...> - 2005-08-25 14:56:16
|
Update of /cvsroot/libwpd/libwpd2/src/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv581/src/lib Modified Files: WP6FontDescriptorPacket.cpp Log Message: Bumping version and a silly fix in font weight strings Index: WP6FontDescriptorPacket.cpp =================================================================== RCS file: /cvsroot/libwpd/libwpd2/src/lib/WP6FontDescriptorPacket.cpp,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** WP6FontDescriptorPacket.cpp 15 Jun 2005 12:18:28 -0000 1.21 --- WP6FontDescriptorPacket.cpp 25 Aug 2005 14:56:03 -0000 1.22 *************** *** 28,34 **** #include "libwpd_internal.h" ! const char *FONT_WEIGHT_STRINGS[] = { "Bold", "Demi", "Extended", "Extra", ! "Headline", "Light", "Medium", "Normal", ! "Regular", "Standaard", "Standard" }; const char * USELESS_WP_POSTFIX = "-WP"; #define countElements(a) ((sizeof(a) / sizeof(a[0]))) --- 28,35 ---- #include "libwpd_internal.h" ! const char *FONT_WEIGHT_STRINGS[] = { "Bold", "bold", "Demi", "demi", "Extended", "extended", ! "Extra", "extra", "Headline", "headline", "Light", "light", ! "Medium", "medium", "Normal", "normal", "Regular", "regular", ! "Standaard", "standaard", "Standard", "standard" }; const char * USELESS_WP_POSTFIX = "-WP"; #define countElements(a) ((sizeof(a) / sizeof(a[0]))) |