Shen Yiming

Results 31 comments of Shen Yiming

The results look great! But I prefer to let `PACKING_LOGIC` stick with `enum` rather than `string`. The switch of `string` will break many packages depending on this module, which will...

Range is currently not possible via `charset` option, sorry. You have to find a way to generate all the character string by yourself.

Fixed via #52 I should do a new npm release

Sorry, no way to reproduce this currently. Take a look at `cli.js` for example usage. @amsgames94 Can you try ``` msdfgen.linux msdf -format text -stdout -size 11 16 -translate 2...

All shared objects are localized with edited ELFs. I think a quick way to solve your problem is to compile msdfgen.linux yourself. See https://github.com/soimy/msdf-bmfont-xml/issues/17#issuecomment-360678034

@zellm Might related to this NixOS/patchelf/issues/10 Will dig.

PR really welcomed! @ninok Can you try to use `patchelf` to localize the following shared libraries: - `libfreetype.so.6` - `libpng16.so.16` - `libstsdc++.so.6` - `libz.so.1` I've tried to build them in...

Thanks for the effort! I used `patchelf --set-rpath '$ORIGIN\lib' msdfgen.linux` and put all shared libraries in the `lib` folder to make them locally. But gcc toolchain is a bit hard...

@ninok Thanks for the effort! Let's follow the progress of `patchelf` fix that problem. For now I think I should update the README for an FAQ on compiling `msdfgen`.

Can you post your font project and post here? So I can try to reproduce your problem. Thanks!