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

ttf driver: move rarely required instructions to a separate segment #699

Open
jirkakunze opened this issue Nov 13, 2024 · 0 comments
Open

Comments

@jirkakunze
Copy link
Collaborator

jirkakunze commented Nov 13, 2024

The TTinterp_TEXT resource is still very large and should be splited.

The following bytecode instructions are very rarely required and can be moved to another segment.
Stack:

  • MPS

Flipping:

  • FLIPON
  • FLIPOFF
  • FLIPPT
  • FLIPRANGE

Rasterizing

  • SCANTYPE
  • SROUND
  • NROUND[W]

Delta:

  • DELTAP[1–3]
  • DELTAC[1–3]

Special:

  • AA
  • RTG
  • RTHG
  • SCFS

Distance:

  • MDAP[0–1]
  • SDPVTL[0–1]

Control:

  • INSTCTRL
  • CLEAR

obsolet:

  • ALIGNPTS
  • UTP
  • SANGW
  • ROFF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant