GithubHelp home page GithubHelp logo

Get font-weight value about fontkit HOT 2 CLOSED

foliojs avatar foliojs commented on May 28, 2024
Get font-weight value

from fontkit.

Comments (2)

Pomax avatar Pomax commented on May 28, 2024 3

as long as you understand that font weights are not CSS font weights, you can query the OS/2 table for usWeightClass (https://www.microsoft.com/typography/otspec/os2.htm#wtc). Note that in OpenType-land this is not the same as the font style classification: you can have a normal font with weight 999 or a bold font with weight 1. There is no specification-defined relation between the two. The subfamily string for the font (regular, italic, bold, bold italic) can be found in the name table, as name record id 2 (if supplied in the font. It might be missing). There is also the OS/2 table's fsSelection value that overlaps with that, https://www.microsoft.com/typography/otspec/os2.htm#fst.

Finally, to tell if a font is monospaced, you can check the bProportion bit in the Panose classification (https://www.microsoft.com/typography/otspec/os2.htm#pan) but this is not super reliable. You can also check the "post" table for the isFixedPitch value (https://www.microsoft.com/typography/otspec/post.htm). And finally, you can check the "hmtx" table (https://www.microsoft.com/typography/otspec/hmtx.htm) because if your font is truly monospaced, there is only one horizontal metric value instead of a large number of different widths for (ranges of) glyph(s).

from fontkit.

swampthang avatar swampthang commented on May 28, 2024

Thanks a bunch, Pomax. Much appreciated.

from fontkit.

Related Issues (20)

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.