Merging two fonts
How can I combine two fonts automatically, so glyphs those are not available in the first font, but available in second one can be merged into the first font?
fonts
add a comment |
How can I combine two fonts automatically, so glyphs those are not available in the first font, but available in second one can be merged into the first font?
fonts
add a comment |
How can I combine two fonts automatically, so glyphs those are not available in the first font, but available in second one can be merged into the first font?
fonts
How can I combine two fonts automatically, so glyphs those are not available in the first font, but available in second one can be merged into the first font?
fonts
fonts
edited Mar 1 '16 at 10:11
asked Oct 22 '12 at 7:03
PHPst
1,584113262
1,584113262
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
This is an easy task with fontforge.
First, you want to open the font with the missing glyphs and select Element -> Merge Fonts. In this example, the glyphs for E and F are the ones missing.

Select the font from which you want to pull glyphs. You will be asked whether you want to keep the existing kerning; you most likely want to select No here, but if you get strange results close fontforge and try again with Yes.
The missing glyphs should be added in a few moments:
Finally, do File -> Generate Fonts and export your font to a desired location.
I have hundreds of ttf files to merge. Is there a command-line for that?
– user2284570
Oct 22 '14 at 20:26
gist.github.com/iegik/47b61b41d3c2a1f3fbb4#file-sfddiff-sh
– iegik
Feb 11 '15 at 10:52
This seems to only work if the fonts are of a similar em height, otherwise the glyphs get all funky.
– Hanna
Dec 12 '17 at 0:39
Is there a way to do this for specific glyphs only?
– Khalid Hussain
Oct 5 at 18:53
FontForge has python based scripting to automate many tasks. But I would have been nice to see a more detailed and updated answer.
– not2qubit
Dec 9 at 19:23
add a comment |
Also have a look at Google's Google Noto Font project and their Noto Tools merge_fonts.py script.
Or merge.py from the FontTools project.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f490922%2fmerging-two-fonts%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is an easy task with fontforge.
First, you want to open the font with the missing glyphs and select Element -> Merge Fonts. In this example, the glyphs for E and F are the ones missing.

Select the font from which you want to pull glyphs. You will be asked whether you want to keep the existing kerning; you most likely want to select No here, but if you get strange results close fontforge and try again with Yes.
The missing glyphs should be added in a few moments:
Finally, do File -> Generate Fonts and export your font to a desired location.
I have hundreds of ttf files to merge. Is there a command-line for that?
– user2284570
Oct 22 '14 at 20:26
gist.github.com/iegik/47b61b41d3c2a1f3fbb4#file-sfddiff-sh
– iegik
Feb 11 '15 at 10:52
This seems to only work if the fonts are of a similar em height, otherwise the glyphs get all funky.
– Hanna
Dec 12 '17 at 0:39
Is there a way to do this for specific glyphs only?
– Khalid Hussain
Oct 5 at 18:53
FontForge has python based scripting to automate many tasks. But I would have been nice to see a more detailed and updated answer.
– not2qubit
Dec 9 at 19:23
add a comment |
This is an easy task with fontforge.
First, you want to open the font with the missing glyphs and select Element -> Merge Fonts. In this example, the glyphs for E and F are the ones missing.

Select the font from which you want to pull glyphs. You will be asked whether you want to keep the existing kerning; you most likely want to select No here, but if you get strange results close fontforge and try again with Yes.
The missing glyphs should be added in a few moments:
Finally, do File -> Generate Fonts and export your font to a desired location.
I have hundreds of ttf files to merge. Is there a command-line for that?
– user2284570
Oct 22 '14 at 20:26
gist.github.com/iegik/47b61b41d3c2a1f3fbb4#file-sfddiff-sh
– iegik
Feb 11 '15 at 10:52
This seems to only work if the fonts are of a similar em height, otherwise the glyphs get all funky.
– Hanna
Dec 12 '17 at 0:39
Is there a way to do this for specific glyphs only?
– Khalid Hussain
Oct 5 at 18:53
FontForge has python based scripting to automate many tasks. But I would have been nice to see a more detailed and updated answer.
– not2qubit
Dec 9 at 19:23
add a comment |
This is an easy task with fontforge.
First, you want to open the font with the missing glyphs and select Element -> Merge Fonts. In this example, the glyphs for E and F are the ones missing.

Select the font from which you want to pull glyphs. You will be asked whether you want to keep the existing kerning; you most likely want to select No here, but if you get strange results close fontforge and try again with Yes.
The missing glyphs should be added in a few moments:
Finally, do File -> Generate Fonts and export your font to a desired location.
This is an easy task with fontforge.
First, you want to open the font with the missing glyphs and select Element -> Merge Fonts. In this example, the glyphs for E and F are the ones missing.

Select the font from which you want to pull glyphs. You will be asked whether you want to keep the existing kerning; you most likely want to select No here, but if you get strange results close fontforge and try again with Yes.
The missing glyphs should be added in a few moments:
Finally, do File -> Generate Fonts and export your font to a desired location.
answered Oct 22 '12 at 12:38
dset0x
1,727913
1,727913
I have hundreds of ttf files to merge. Is there a command-line for that?
– user2284570
Oct 22 '14 at 20:26
gist.github.com/iegik/47b61b41d3c2a1f3fbb4#file-sfddiff-sh
– iegik
Feb 11 '15 at 10:52
This seems to only work if the fonts are of a similar em height, otherwise the glyphs get all funky.
– Hanna
Dec 12 '17 at 0:39
Is there a way to do this for specific glyphs only?
– Khalid Hussain
Oct 5 at 18:53
FontForge has python based scripting to automate many tasks. But I would have been nice to see a more detailed and updated answer.
– not2qubit
Dec 9 at 19:23
add a comment |
I have hundreds of ttf files to merge. Is there a command-line for that?
– user2284570
Oct 22 '14 at 20:26
gist.github.com/iegik/47b61b41d3c2a1f3fbb4#file-sfddiff-sh
– iegik
Feb 11 '15 at 10:52
This seems to only work if the fonts are of a similar em height, otherwise the glyphs get all funky.
– Hanna
Dec 12 '17 at 0:39
Is there a way to do this for specific glyphs only?
– Khalid Hussain
Oct 5 at 18:53
FontForge has python based scripting to automate many tasks. But I would have been nice to see a more detailed and updated answer.
– not2qubit
Dec 9 at 19:23
I have hundreds of ttf files to merge. Is there a command-line for that?
– user2284570
Oct 22 '14 at 20:26
I have hundreds of ttf files to merge. Is there a command-line for that?
– user2284570
Oct 22 '14 at 20:26
gist.github.com/iegik/47b61b41d3c2a1f3fbb4#file-sfddiff-sh
– iegik
Feb 11 '15 at 10:52
gist.github.com/iegik/47b61b41d3c2a1f3fbb4#file-sfddiff-sh
– iegik
Feb 11 '15 at 10:52
This seems to only work if the fonts are of a similar em height, otherwise the glyphs get all funky.
– Hanna
Dec 12 '17 at 0:39
This seems to only work if the fonts are of a similar em height, otherwise the glyphs get all funky.
– Hanna
Dec 12 '17 at 0:39
Is there a way to do this for specific glyphs only?
– Khalid Hussain
Oct 5 at 18:53
Is there a way to do this for specific glyphs only?
– Khalid Hussain
Oct 5 at 18:53
FontForge has python based scripting to automate many tasks. But I would have been nice to see a more detailed and updated answer.
– not2qubit
Dec 9 at 19:23
FontForge has python based scripting to automate many tasks. But I would have been nice to see a more detailed and updated answer.
– not2qubit
Dec 9 at 19:23
add a comment |
Also have a look at Google's Google Noto Font project and their Noto Tools merge_fonts.py script.
Or merge.py from the FontTools project.
add a comment |
Also have a look at Google's Google Noto Font project and their Noto Tools merge_fonts.py script.
Or merge.py from the FontTools project.
add a comment |
Also have a look at Google's Google Noto Font project and their Noto Tools merge_fonts.py script.
Or merge.py from the FontTools project.
Also have a look at Google's Google Noto Font project and their Noto Tools merge_fonts.py script.
Or merge.py from the FontTools project.
answered Dec 9 at 20:41
not2qubit
8351122
8351122
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f490922%2fmerging-two-fonts%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown