TAB Font
I'm looking at using Font Forge to make a bold font for tablature. To this end, can anyone tell me which Windows 10 font MS 3 users for numeric tab?
The font is selected here in MS but there is no Windows font with this name:
I'm looking at using Font Forge to make a bold font for tablature. To this end, can anyone tell me which Windows 10 font MS 3 users for numeric tab?
The font is selected here in MS but there is no Windows font with this name:
Do you still have an unanswered question? Please log in first to post your question.
Comments
It is built into MuseScore
See https://github.com/musescore/MuseScore/blob/master/fonts/fonts_tablatur…, which refers to https://github.com/musescore/MuseScore/blob/master/fonts/mscoreTab.ttf, https://github.com/musescore/MuseScore/blob/master/fonts/FreeSans.ttf and https://github.com/musescore/MuseScore/blob/master/fonts/FreeSerif.ttf
In reply to It is built into MuseScore… by Jojo-Schmitz
The XML file looks like it defines the font family and character set config whilst the TTF files are the actual font definitions. By being "built in" does this mean that these TTFs are embedded as data in the MS program or that they are stored on the computer somewhere other than the usual Windows font folder?
In reply to The XML file looks like it… by yonah_ag
They are compiled into MuseScore, at least on Windows
In reply to They are compiled into… by Jojo-Schmitz
If I don't use the Free Serif font at all could I replace it with Segoe UI Semibold and recompile the whole project for my own custom version?
In reply to If I don't use the Free… by yonah_ag
Probably
In reply to If I don't use the Free… by yonah_ag
You can.
You probably shouldn't
Question:
1. What do you hope to achieve by compiling Segoe UI Semibold into MuseScore instead of FreeSerif?
2. Have you considered the license consequences (see for example this stackexchange post)
In reply to You can. You probably… by jeetee
(Alternatively I could make a bold font covering only the needed TAB digits of 0 - 9
In reply to https://musescore.org/en… by yonah_ag
But if you're compiling yourself, why not actually attempt to fix (1) to allow a user to select any font from its system instead?
In reply to But if you're compiling… by jeetee
From what I understand it's not so much fixing the selector but implementing the rendering of the TAB. Since this will be for my own use I just need a quick workaround fix.