home.social

#fontlab — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #fontlab, aggregated by home.social.

  1. We've released v0.11 of vfbLib!
    What began as a reverse engineering project in 2022 now has had a kind of official blessing from Yuri Yarmola of FontLab, who generously let me have a look at his original VFB code.
    I am very grateful, for this has shed light on some intricacies of the format I would probably never have figured out on my own.
    pypi.org/project/vfbLib/
    github.com/LucasFonts/vfbLib/r
    #fonts #FontLab5Forever #FontLab #Python

  2. We've released v0.11 of vfbLib!
    What began as a reverse engineering project in 2022 now has had a kind of official blessing from Yuri Yarmola of FontLab, who generously let me have a look at his original VFB code.
    I am very grateful, for this has shed light on some intricacies of the format I would probably never have figured out on my own.
    pypi.org/project/vfbLib/
    github.com/LucasFonts/vfbLib/r
    #fonts #FontLab5Forever #FontLab #Python

  3. We've released v0.11 of vfbLib!
    What began as a reverse engineering project in 2022 now has had a kind of official blessing from Yuri Yarmola of FontLab, who generously let me have a look at his original VFB code.
    I am very grateful, for this has shed light on some intricacies of the format I would probably never have figured out on my own.
    pypi.org/project/vfbLib/
    github.com/LucasFonts/vfbLib/r
    #fonts #FontLab5Forever #FontLab #Python

  4. We've released v0.11 of vfbLib!
    What began as a reverse engineering project in 2022 now has had a kind of official blessing from Yuri Yarmola of FontLab, who generously let me have a look at his original VFB code.
    I am very grateful, for this has shed light on some intricacies of the format I would probably never have figured out on my own.
    pypi.org/project/vfbLib/
    github.com/LucasFonts/vfbLib/r
    #fonts #FontLab5Forever #FontLab #Python

  5. We've released v0.11 of vfbLib!
    What began as a reverse engineering project in 2022 now has had a kind of official blessing from Yuri Yarmola of FontLab, who generously let me have a look at his original VFB code.
    I am very grateful, for this has shed light on some intricacies of the format I would probably never have figured out on my own.
    pypi.org/project/vfbLib/
    github.com/LucasFonts/vfbLib/r
    #fonts #FontLab5Forever #FontLab #Python

  6. I've been trying to figure out what #FontLab 5 does under the title of “Matrix Multiplication”. The #Python docs tell us “Matrix - class to represent planar transformations” and then just say “Matrix(a, b, c, d, e, f) - creates a Matrix and assigns coordinates from float numbers” …
    Now those matrices are supposed to represent transformations somehow. My knowledge from #FontTools says that a “Transform” with six values is xx, xy, yx, yy, dx, dy, with the identity transform being 1, 0, 0, 1, 0, 0.

  7. I've been trying to figure out what #FontLab 5 does under the title of “Matrix Multiplication”. The #Python docs tell us “Matrix - class to represent planar transformations” and then just say “Matrix(a, b, c, d, e, f) - creates a Matrix and assigns coordinates from float numbers” …
    Now those matrices are supposed to represent transformations somehow. My knowledge from #FontTools says that a “Transform” with six values is xx, xy, yx, yy, dx, dy, with the identity transform being 1, 0, 0, 1, 0, 0.

  8. I've been trying to figure out what #FontLab 5 does under the title of “Matrix Multiplication”. The #Python docs tell us “Matrix - class to represent planar transformations” and then just say “Matrix(a, b, c, d, e, f) - creates a Matrix and assigns coordinates from float numbers” …
    Now those matrices are supposed to represent transformations somehow. My knowledge from #FontTools says that a “Transform” with six values is xx, xy, yx, yy, dx, dy, with the identity transform being 1, 0, 0, 1, 0, 0.

  9. I've been trying to figure out what #FontLab 5 does under the title of “Matrix Multiplication”. The #Python docs tell us “Matrix - class to represent planar transformations” and then just say “Matrix(a, b, c, d, e, f) - creates a Matrix and assigns coordinates from float numbers” …
    Now those matrices are supposed to represent transformations somehow. My knowledge from #FontTools says that a “Transform” with six values is xx, xy, yx, yy, dx, dy, with the identity transform being 1, 0, 0, 1, 0, 0.

  10. I've been trying to figure out what #FontLab 5 does under the title of “Matrix Multiplication”. The #Python docs tell us “Matrix - class to represent planar transformations” and then just say “Matrix(a, b, c, d, e, f) - creates a Matrix and assigns coordinates from float numbers” …
    Now those matrices are supposed to represent transformations somehow. My knowledge from #FontTools says that a “Transform” with six values is xx, xy, yx, yy, dx, dy, with the identity transform being 1, 0, 0, 1, 0, 0.

  11. Use coupon FRIFONTS2N on fontlab.com/buy to SAVE 40% on ANY FontLab app: FontLab, Fontographer, BitFonter, TransType, TypeTool. SALE ends soon! #sale #fontlab #fontlabstudio #fontlab8 #fontographer #typetool #transtype #blackfriday #cybermonday

  12. Use coupon FRIFONTS2N on fontlab.com/buy to SAVE 40% on ANY FontLab app: FontLab, Fontographer, BitFonter, TransType, TypeTool. SALE ends soon! #sale #fontlab #fontlabstudio #fontlab8 #fontographer #typetool #transtype #blackfriday #cybermonday

  13. Use coupon FRIFONTS2N on fontlab.com/buy to SAVE 40% on ANY FontLab app: FontLab, Fontographer, BitFonter, TransType, TypeTool. SALE ends soon! #sale #fontlab #fontlabstudio #fontlab8 #fontographer #typetool #transtype #blackfriday #cybermonday

  14. Use coupon FRIFONTS2N on fontlab.com/buy to SAVE 40% on ANY FontLab app: FontLab, Fontographer, BitFonter, TransType, TypeTool. SALE ends soon! #sale #fontlab #fontlabstudio #fontlab8 #fontographer #typetool #transtype #blackfriday #cybermonday

  15. A new release of vfbLib is online, v0.5.2, with sensational new features, such as:
    - pen protocol support (drawPoints()/getPointPen())
    - TrueType conversion with cu2qu, even for multiple masters
    - Build UFOs in memory
    - Complete revamp of the VFB reader code
    - FontLab 3 support

    Check out the release notes: github.com/LucasFonts/vfbLib/r
    Install via pip: pypi.org/project/vfbLib/
    #Python #Fonts #Coding #FontLab #VFB

  16. A new release of vfbLib is online, v0.5.2, with sensational new features, such as:
    - pen protocol support (drawPoints()/getPointPen())
    - TrueType conversion with cu2qu, even for multiple masters
    - Build UFOs in memory
    - Complete revamp of the VFB reader code
    - FontLab 3 support

    Check out the release notes: github.com/LucasFonts/vfbLib/r
    Install via pip: pypi.org/project/vfbLib/
    #Python #Fonts #Coding #FontLab #VFB

  17. A new release of vfbLib is online, v0.5.2, with sensational new features, such as:
    - pen protocol support (drawPoints()/getPointPen())
    - TrueType conversion with cu2qu, even for multiple masters
    - Build UFOs in memory
    - Complete revamp of the VFB reader code
    - FontLab 3 support

    Check out the release notes: github.com/LucasFonts/vfbLib/r
    Install via pip: pypi.org/project/vfbLib/
    #Python #Fonts #Coding #FontLab #VFB

  18. A new release of vfbLib is online, v0.5.2, with sensational new features, such as:
    - pen protocol support (drawPoints()/getPointPen())
    - TrueType conversion with cu2qu, even for multiple masters
    - Build UFOs in memory
    - Complete revamp of the VFB reader code
    - FontLab 3 support

    Check out the release notes: github.com/LucasFonts/vfbLib/r
    Install via pip: pypi.org/project/vfbLib/
    #Python #Fonts #Coding #FontLab #VFB

  19. Anyone build a #bionicreading plugin for scans/PDFs yet? Or program a font? THAT would be awesome. I have Reeder for RSS feeds and it’s great. Jiffy Reader browser extension pretty good for what could be expected, but can’t keep it on as default, too many glitches with certain site functions. #FontLab #webdev

  20. Anyone build a #bionicreading plugin for scans/PDFs yet? Or program a font? THAT would be awesome. I have Reeder for RSS feeds and it’s great. Jiffy Reader browser extension pretty good for what could be expected, but can’t keep it on as default, too many glitches with certain site functions. #FontLab #webdev