View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006401 | Dwarf Fortress | Legends Mode -- Display | public | 2014-01-03 14:33 | 2014-03-20 14:12 |
Reporter | BenLubar | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | x86_64 | OS | Windows | OS Version | 8.1 |
Product Version | 0.34.11 | ||||
Summary | 0006401: Legends mode HF viewer does not honor [TRUETYPE:YES] | ||||
Description | In Legends mode, the historical figure viewer uses the bitmap font no matter what TRUETYPE is set to, making it unreadable with texture packs. | ||||
Steps To Reproduce | * Set [TRUETYPE:YES] in data/init/init.txt * Open legends mode on a world * Choose "Historical figures" * Select any historical figure | ||||
Additional Information | Screenshot of HF list - http://i.imgur.com/geLqyYo.png (non-bugged) Screenshot of HF viewer - http://i.imgur.com/f5mOZDs.png (bugged) | ||||
Tags | Intentional/Expected? | ||||
|
The HF viewer isn't a distinct viewscreen - it merely uses the generic "text viewer" screen which is also used for item/creature descriptions, diplomat meetings, and Help screens. This viewscreen is also one of the ones which hasn't yet been modified to use TrueType, most likely because the incoming text is preformatted for tileset display (the lines are separated and spaces are inserted to fit it to the width of the screen); using TrueType would either add large amounts of blank space to the right margin (and look rather ugly) or require dynamically reformatting the text when in TrueType mode (and maintaining a separate scroll position, since it would take up a different number of lines). |