M. Zhou

Results 103 comments of M. Zhou

Maybe I should write a PCF font exporter instead of using fontforge?

> I had to do this: > > ```diff > diff --git a/tools/fontgen/chafa8x8.py b/tools/fontgen/chafa8x8.py > index 2905f30..344499e 100755 > --- a/tools/fontgen/chafa8x8.py > +++ b/tools/fontgen/chafa8x8.py > @@ -293,8 +293,6 @@ def...

Just for record. The above weird zero width issue is fixed in https://github.com/hpjansson/chafa/commit/e1e9f723acbbe2b6460469b1ce9e976f9d20752c That is a temporary hack to mitigate vertical/horizontal gaps in VTE terminals. We can improve it in...

The BDF font writer is here: https://github.com/hpjansson/chafa/commit/48f57019fd56e21e5cbdec91e7f95af3c5779649 But it seems that Unicode support range is an issue: ```sh $ bdftopcf -o chafa8x8.pcf chafa8x8.bdf [...] BDF Error on line 105340: char...

[chafa8x8.bdf.zip](https://github.com/hpjansson/chafa/files/10712721/chafa8x8.bdf.zip) Fontforge can correctly read the resulting file. But the `0x100000` range is not supported for this format...

I'm marking this issue as resolved in advance. See https://github.com/hpjansson/chafa/pull/128

The flag was added for building the Debian package. The CMake flags used for the build can be found here: https://salsa.debian.org/deeplearning-team/xnnpack/-/blob/master/debian/rules#L8-12 I'll test this on the master branch and get...

It is still working on the master branch, as long as the dependency libraries can be correctly found. You may need to make sure the `find_library()` calls in `CMakeLists.txt` can...

See https://github.com/google/flatbuffers/pull/6029 for reference.

With this patch, flatbuffers can be successfully built for mips64el and hppa architectures. https://buildd.debian.org/status/package.php?p=flatbuffers