Merging two fonts












33














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?










share|improve this question





























    33














    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?










    share|improve this question



























      33












      33








      33


      6





      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?










      share|improve this question















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 1 '16 at 10:11

























      asked Oct 22 '12 at 7:03









      PHPst

      1,584113262




      1,584113262






















          2 Answers
          2






          active

          oldest

          votes


















          38














          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.
          Element->Merge Fonts



          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.Kerning dialog



          The missing glyphs should be added in a few moments:Result in main fontforge window



          Finally, do File -> Generate Fonts and export your font to a desired location.






          share|improve this answer





















          • 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





















          0














          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.






          share|improve this answer





















            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
            });


            }
            });














            draft saved

            draft discarded


















            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









            38














            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.
            Element->Merge Fonts



            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.Kerning dialog



            The missing glyphs should be added in a few moments:Result in main fontforge window



            Finally, do File -> Generate Fonts and export your font to a desired location.






            share|improve this answer





















            • 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


















            38














            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.
            Element->Merge Fonts



            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.Kerning dialog



            The missing glyphs should be added in a few moments:Result in main fontforge window



            Finally, do File -> Generate Fonts and export your font to a desired location.






            share|improve this answer





















            • 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
















            38












            38








            38






            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.
            Element->Merge Fonts



            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.Kerning dialog



            The missing glyphs should be added in a few moments:Result in main fontforge window



            Finally, do File -> Generate Fonts and export your font to a desired location.






            share|improve this answer












            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.
            Element->Merge Fonts



            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.Kerning dialog



            The missing glyphs should be added in a few moments:Result in main fontforge window



            Finally, do File -> Generate Fonts and export your font to a desired location.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            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




















            • 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















            0














            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.






            share|improve this answer


























              0














              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.






              share|improve this answer
























                0












                0








                0






                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.






                share|improve this answer












                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.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Dec 9 at 20:41









                not2qubit

                8351122




                8351122






























                    draft saved

                    draft discarded




















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    Index of /

                    Tribalistas

                    Listed building