An open API service indexing awesome lists of open source software.

https://github.com/ebraminio/tiny-font-viewer

Tiny Font Viewer
https://github.com/ebraminio/tiny-font-viewer

Last synced: about 1 month ago
JSON representation

Tiny Font Viewer

Awesome Lists containing this project

README

        

Tiny Font Viewer
================

```
meson build && ninja -Cbuild && build/tiny-font-viewer
```

Cross compile to Windows,

```
meson winbuild --cross-file win32-cross-file.txt && ninja -Cwinbuild && i686-w64-mingw32-strip winbuild/tiny-font-viewer.exe && wine winbuild/tiny-font-viewer.exe
```