mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
TALL_FONTS (support for Danish tall letters) now on by default
This commit is contained in:
parent
aa0a9ec158
commit
6d0b23a8e8
1 changed files with 4 additions and 0 deletions
|
@ -98,6 +98,10 @@ MYDEFS_COMMON += -DXWFEATURE_SEARCHLIMIT
|
|||
# experimental at this point!
|
||||
MYDEFS_COMMON += -DBEYOND_IR
|
||||
|
||||
# For Danish and perhaps other languages, custom-measure glyph height
|
||||
# so that overtall letters have a chance of fitting.
|
||||
MYDEFS_COMMON += -DTALL_FONTS
|
||||
|
||||
# Turn on ability to handle 4-byte-node DAWG files. These are of type
|
||||
# Xwr4, not Xwr3 like the old ones. Currently this option means the
|
||||
# binary won't be able to read or even find the old dictionaries.
|
||||
|
|
Loading…
Reference in a new issue