From 6712b47e1303559f1b56879e6663a851b60e5367 Mon Sep 17 00:00:00 2001 From: dchandler Date: Sun, 15 Jun 2003 20:28:56 +0000 Subject: [PATCH] Added an option to control the Unicode font for TMW->Unicode conversions. --- source/options.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/options.txt b/source/options.txt index aa54978..22aa54c 100644 --- a/source/options.txt +++ b/source/options.txt @@ -78,6 +78,9 @@ thdl.Jskad.do.not.confirm.quit = false # the correct Tibetan Machine Web glyphs. thdl.Jskad.do.not.fix.curly.braces.in.rtf = false +# What font should be used for the result of TMW->Unicode conversions? +thdl.tmw.to.unicode.font = Arial Unicode MS + ############################################################################ ####################### Developer Preferences ########################