-
Notifications
You must be signed in to change notification settings - Fork 72
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
Core functions outdated #159
Comments
hi, Bell request: 1 104 opcode
1 INT8 percent
2 1 request length OpenFont request: 1 45 opcode
1 unused
2 3+(n+p)/4 request length
4 FONT fid
2 n length of name
2 unused
n STRING8 name
p unused, p=pad(n) |
note that core x fonts almost never used these days. Most modern toolkits render & composite text either fully locally ( word or paragraphs or whole pages ) or on the server using Render extension + CreateGlyphSet + CompositeGlyphs requests |
I added |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
node-x11 needs to be updated, it's missing things like XOpenFont and XBell.
The text was updated successfully, but these errors were encountered: