Skip to content

[Feature request] Selectable font/font_filename for MessageClip #446

@qyot27

Description

@qyot27

Source: https://forum.doom9.org/showthread.php?p=2019746#post2019746

MessageClip on Windows can correctly hand over to Arial Unicode for characters that the default of Arial can't, at least if the system codepage is set to UTF-8.

Unfortunately, Terminus does not contain the additional glyphs, so the default behavior on non-Windows OSes breaks in this case. Compounded onto this is that bitmapped fonts are not enabled by default on at least Ubuntu, and when they are enabled, it's not actually using BDF as the format (I think). I was able to find GNU Unifont that does contain the extra characters and ships a BDF version, and Text() can render them correctly thanks to loading the external font using font_filename, but MessageClip lacks this functionality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions