Custom Bulleted Lists are currently Broken on platforms that don't have
Dingbats (e.g. Windows), the attached patch will fix that for windows,
but only on systems that have the font "Monotype Sorts". This is not a
font distributed with any version of Windows, but is distributed with
many 3rd party apps. Hopefully I/we can eventually fugure out a way to
convert our GPL'd Type 1 fonts that we install on Linux to TTF fonts and
then we could install those on Windows too. That would be pretty cool!
Cheers,
Tim
Index: abi/src/wp/ap/win/ap_Win32Dialog_Lists.cpp
===================================================================
RCS file: /cvsroot/abi/src/wp/ap/win/ap_Win32Dialog_Lists.cpp,v
retrieving revision 1.22
diff -u -r1.22 ap_Win32Dialog_Lists.cpp
--- abi/src/wp/ap/win/ap_Win32Dialog_Lists.cpp 2001/08/01 07:42:56 1.22
+++ abi/src/wp/ap/win/ap_Win32Dialog_Lists.cpp 2001/08/10 04:09:20
@@ -1035,6 +1035,6 @@
const XML_Char* AP_Win32Dialog_Lists::_getDingbatsFontName() const
{
- return "Wingdings";
+ return "Monotype Sorts";
}