Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

UI: About dialog #779

Merged
merged 1 commit into from
Apr 5, 2021
Merged

UI: About dialog #779

merged 1 commit into from
Apr 5, 2021

Conversation

redtide
Copy link
Member

@redtide redtide commented Apr 5, 2021

No description provided.

@redtide redtide requested a review from jpcima April 5, 2021 09:13
@jpcima
Copy link
Collaborator

jpcima commented Apr 5, 2021

You should add these few things:

  • scripts for generating the font file, in scripts/ folder
  • original svg of the font glyphs, with respective licenses
  • 2x version of the orange png, and the source svg for it

@jpcima
Copy link
Collaborator

jpcima commented Apr 5, 2021

Also, the innosetup must be edited to install this font.

lbl->setBackColor(CColor(0x00, 0x00, 0x00, 0x00));
lbl->setHoriAlign(align);
lbl->setText(
"Version " + UTF8String(CMAKE_STR(SFIZZ_VERSION)) + "." + UTF8String(GitBuildId) + "\n" +
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only concatenate the ".GitBuildId" part if the GitBuildId is non-empty, otherwise we get this superflous dot character

lbl->setBackColor(CColor(0x00, 0x00, 0x00, 0x00));
lbl->setHoriAlign(align);
lbl->setText(
"Maintainers: Paul Ferrand, Jean-Pierre Cimalando\n"""
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefix these string parts with u8 for utf-8

@jpcima jpcima merged commit c2be936 into sfztools:develop Apr 5, 2021
@redtide redtide deleted the about-dialog branch April 5, 2021 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants