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

fontforge/fallback creates incorrect file names #605

Open
pgundlach opened this issue Aug 12, 2024 · 0 comments
Open

fontforge/fallback creates incorrect file names #605

pgundlach opened this issue Aug 12, 2024 · 0 comments

Comments

@pgundlach
Copy link
Member

E:  [page 1] Failed to load font FrutigerLTStd-Light.otf 
·   Create font metrics (name=texgyreheros-regular.otf,size=10,id=1,mode=fontforge)
·   Create font metrics (name=FrutigerLTStd-Light.otf,size=10,id=9,mode=fontforge)
E:  [page 1] Failed to load font FrutigerLTStd-Light.otf 
·   Create font metrics (name=FrutigerLTStd-Light.otf,size=10,id=9,mode=fontforge)

not the correct file names

<Layout xmlns="urn:speedata.de:2009/publisher/en"
    xmlns:sd="urn:speedata:2009/publisher/functions/en">

    <LoadFontfile name="fl" filename="FrutigerLTStd-Light.otf">
        <Fallback filename="Arial.ttf"/>
        <Fallback filename="symbol.ttf"/>
        <Fallback filename="cmunss.ttf"/>
    </LoadFontfile>
    <DefineFontfamily fontsize="10pt" leading="12pt" name="text">
        <Regular fontface="fl"></Regular>
    </DefineFontfamily>

    <Record element="data">
        <PlaceObject>
            <Textblock>
                <Paragraph>
                    <Value>Hello  λ.</Value>
                </Paragraph>
            </Textblock>
        </PlaceObject>
    </Record>
</Layout>

version 4.19.19

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

No branches or pull requests

1 participant