From 513549c52e657eaa555b9c0350636c6aa2e2a9a4 Mon Sep 17 00:00:00 2001 From: macpgmr Date: Sat, 8 Jan 2011 20:14:43 +0000 Subject: [PATCH] Added comment re. font substitutions for target platform. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1432 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/xdev_toolkit/dfmtolfm.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/xdev_toolkit/dfmtolfm.ini b/components/xdev_toolkit/dfmtolfm.ini index 6a5d0bdb9..dfbb0c086 100644 --- a/components/xdev_toolkit/dfmtolfm.ini +++ b/components/xdev_toolkit/dfmtolfm.ini @@ -127,11 +127,16 @@ THTMLViewer= ; List of fonts to substitute with the -s switch (for example, fonts ; that don't exist on non-Windows platforms). + ; Useful links: ; http://www.angelfire.com/al4/rcollins/style/fonts.html ; http://dustinbrewer.com/popular-fonts-with-their-mac-osx-windows-and-linux-equivalents/ ; http://mondaybynoon.com/2007/04/02/linux-font-equivalents-to-popular-web-typefaces/ +; Note that if you're targeting a specific platform, you can use this to +; substitute normal fonts for that platform, for example if targeting Mac: +; Arial=Lucida Grande + [FontSubstitutes] MS Sans Serif=Arial MS Serif=Times New Roman