Results 37 comments of takkaO

Hi @pkzr15 . Thank you for using this library 😊. Image output functionality would not be implemented in this library. You can use M5LcdEmulator to check the rendering results, but...

I am really sorry for the late replyπŸ™‡β€β™‚οΈπŸ™‡β€β™‚οΈπŸ™‡β€β™‚οΈ > The glyphs were beautiful but the order of the glyphs were not taken care of. Very interesting. More information is needed...

Thank you for using this library 😊 I will try to implement it.

Hi @trailsurfer604 Thank you for using this library 😊 In this program, it is drawn from below the cursor (i.e., below the y-coordinate) because it is easier to code. However,...

More detailed alignment settings are available in `v1.1`. Try using the `setAlignment()` function. See [GitHub Pages](https://takkao.github.io/OpenFontRender/group__layout__api.html#ga7d72198aa32b966aa60c7cdf54c83d1a) for more information. I am really sorry for the late updateπŸ™‡β€β™‚οΈπŸ™‡β€β™‚οΈπŸ™‡β€β™‚οΈ

I'm implementing changes to handle the file I/O processes that different for each board in an unified manner. There are in the tmp branch now. Users can handle all types...

@Uzair835 Perhaps the `fopen` function etc. is not recognized, try including stdio.h in `FileSupport.h`. If including `stdio.h` causes other problems, try defining an appropriate empty function in `FileSupport.cpp`.

@copantok , @llapp0612 Where do you load fonts from? Also, can you provide the smallest complete code that can reproduce the problem? Thank you.

Hi @Bodmer The line that you teach me has been removed in the latest develop branch. However, we have not checked if it really does not crash. If you don't...

Thank you for using this library πŸ˜„ OpenFontRender v1.2 now includes enhanced support for file systems. This should allow font files to be loaded on various hardware without library changes....