Code Monkey home page Code Monkey logo

Comments (6)

roy-t avatar roy-t commented on July 28, 2024 1

It looks like it also happens in C:\Windows\Fonts\simsunb.ttf, all other fonts I have installed seem fine. Both are Chinese fonts so maybe its an issue with top->bottom fonts?.

Note that I've just pushed a new version to master, that highlights this issue better.

from truetype.

wldevries avatar wldevries commented on July 28, 2024

After adding sanity checks that compares the expected table length and the actual table length there are problems in a lot of fonts. A similar issue occurs in the HmtxTable table.

I suspect the counters are maybe wrong: VheaTable.NumberOfVMetrics, HheaTable.NumberOfHMetrics and MaxpTable.NumGlyphs. At the moment I'm a bit at a loss though. They seem to be read at the correct table offset and in the correct format. Will investigate more later.

from truetype.

wldevries avatar wldevries commented on July 28, 2024

I found the problem: I used the FontReader.Seek method which seeks from the beginning of the file to skip over reserved space.

https://github.com/roy-t/TrueType/blob/master/RoyT.TrueType/Tables/HheaTable.cs#L28

from truetype.

roy-t avatar roy-t commented on July 28, 2024

Ah yes it uses this.BaseStream.Seek(offset, SeekOrigin.Begin); feel free to add an overload to FontReader.Seek that does a relative seek :)

from truetype.

wldevries avatar wldevries commented on July 28, 2024

Can be closed now. Thanks for the support :-)

Also, readme still states netstandard 1.6 instead of 2.0

from truetype.

roy-t avatar roy-t commented on July 28, 2024

from truetype.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.