Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

No support for basic diacritics #1

Open
axelei opened this issue Apr 20, 2024 · 1 comment
Open

No support for basic diacritics #1

axelei opened this issue Apr 20, 2024 · 1 comment
Assignees

Comments

@axelei
Copy link

axelei commented Apr 20, 2024

Hello, I'm using your app to create a font, but found it useful only in English, since it won't display basic diacritics.

A quick solution I've found is changing this function:

    private string[] GenerateChars()
    {
        var minChar = CharHelper.ConvertToChar(MinChar);
        var maxChar = CharHelper.ConvertToChar(MaxChar);
        return CharHelper.GetChars(minChar, maxChar);
    }

To use 255 instead of maxChar.

Of course it's sub-optimal since it prints many non-printable characters, and if a glyph is not found in the current font uses the previous selected font.

Would you consider support for non-english glyphs?

@yariker
Copy link
Owner

yariker commented Jul 9, 2024

Hi @axelei. You can specify the MaxChar value right in the app, there's a text field for that. Or maybe I'm not following you.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants