monomer/cbits
klausweiss 619ac2d567
Loading fonts from memory (#199)
* Compiles, doesn't work

* s/FontDefPath/FontDefFile/g

* Some ffi changes

* Rename toUString

* Demo in the todo app. TO BE REVERTED

* Alloc an unsigned char* array for font

* Remove unused language extensions

* Remove unused and sort imports

* Use useAsCStringLen and malloc manually

* Use nanovg from klausweiss/nanovg-hs (TO BE REVERTED)

* Use newer klausweiss/nanovg-hs (TO BE REVERTED)

* Use nanovg 0.8.1 from hackage

* Revert "Demo in the todo app. TO BE REVERTED"

This reverts commit 06d061ae76.

* Add documentation to some functions in FFI.hs

* Unused import

* Improve appFontDef docs

* s/appFontDefMem/appFontDefMemory

* Bump nanovg-hs to 0.8.1 in monomer.nix

* Revert "s/appFontDefMem/appFontDefMemory"

This reverts commit 5403752dbc.

* Reference file-embed in appFontDefMem docs

* s/appFontDefFile/appFontDef

* Stop using record syntax for FontDef

* Revert "Stop using record syntax for FontDef"

This reverts commit 03d16ce9f7.
2022-09-11 07:28:02 -03:00
..
dpi.c Update license attributions 2021-07-20 01:03:29 -03:00
fontmanager.c Loading fonts from memory (#199) 2022-09-11 07:28:02 -03:00
fontmanager.h Loading fonts from memory (#199) 2022-09-11 07:28:02 -03:00
glew.c Update license attributions 2021-07-20 01:03:29 -03:00