Socket
Socket
Sign inDemoInstall

@react-pdf/textkit

Package Overview
Dependencies
11
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @react-pdf/textkit

An advanced text layout framework


Version published
Weekly downloads
502K
increased by6.7%
Maintainers
1
Install size
6.04 MB
Created
Weekly downloads
 

Readme

Source

@react-pdf/textkit

Acknowledges

This project is a fork of textkit by @devongovett and continued under the scope of this project since it has react-pdf specific features. Any recongnition should go to him and the original project mantainers.

Layout process

  1. split into paragraphs
  2. get bidi runs and paragraph direction
  3. font substitution - map to resolved font runs
  4. script itemization
  5. font shaping - text to glyphs
  6. line breaking
  7. bidi reordering
  8. justification
  9. get a list of rectangles by intersecting path, line, and exclusion paths
  10. perform line breaking to get acceptable break points for each fragment
  11. ellipsize line if necessary
  12. bidi reordering
  13. justification

FAQs

Last updated on 06 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc