valadaptive

Results 209 comments of valadaptive

/cc @cmyr, since you did a lot of the codegen and font-types work

> I tend to think we should 1.0 with the featureset live in Chrome (#1329) before we start landing this. I will take that up with the team. There was...

I've actually played around with that approach in [another branch](https://github.com/valadaptive/fontations/commit/3ac8dc92960bb10cacb01db5d2e4f7dcadded90b). I also think I prefer it, although it might result in generating little-endian I/O functions for types that only exist...

I can't reproduce this issue locally. The instructions on GitHub are outdated and I should probably remove them; [the website](https://ntsc.rs/docs/building-from-source/) should be more helpful. In particular, you need to install...

`libgl1-mesa-dri` is (part of) a graphics driver, which I believe is necessary to run anything that uses OpenGL. The exact one that people need to install varies based on their...

Sorry for the late response; I suspect there may be some incompatibility between the versions of ffmpeg and gstreamer distributed in debian bullseye, judging from the fact that it works...

> I believe the "parent" in this context is actually the line box. I was under the impression that a "line box" is a single laid-out line within a larger...

OK, it looks like `line-height` *does* affect the `text-top` and `text-bottom` baselines, but... not *solely*? Unless I'm missing something. ```html .lg { font-size: 200%; } .sm { font-size: 50%; }...

`sub`, `super`, and `middle` also depend on the parent element's font. Sorry if I'm not explaining myself well, but I'm still convinced there needs to be a "parent" style of...

I haven't really looked into vertical alignment recently. I have an old draft PR, but it was based on a misunderstanding of the CSS spec and didn't get very far...