Vladimir
Vladimir
Example from Microsoft Team Foundation Server, rendering markdown file. Code: ``` #### 0x0209 [1] Offset Request: | Field | Type | Meaning | | :------- | :------ | :-------------- |...
Sorry, I can't fix it. Fonts like - **Courier** - **MS Sans Serif** - **MS Serif** are **bitmap** fonts. They can't be scaled to any size. Only fixed list of...
This is the **intended** behavior. Look at issue #45 ~~https://www.riuson.com/lcd-image-converter/others/build-from-sources~~ https://lcd-image-converter.riuson.com/en/docs/others/build-from-sources/
Character 0x81 is missing in [encoding CP1252](https://en.wikipedia.org/wiki/Windows-1252). In revision e5ae407, a partial workaround for this problem is added, as well as an optional skip of such characters when converting to...
See https://github.com/riuson/lcd-image-converter/issues/73 .
Info was added to https://lcd-image-converter.riuson.com/en/docs/others/build-from-sources/
PLease attach the template file used.
No, **template** file. LIke ``` $(start_block_header) #include //#define XADVANCE ($(out_images_max_width)+1) #define YADVANCE ($(out_images_max_height)+1) $(out_char_code_min) $(out_char_code_max) ............... ```
Yes, really... In archive you can find **image.tmpl** and **font.tmpl** files. Open Options - Conversion - Templates and select this files. In **font.tmpl** replace **out_char_image_width** with **out_image_width** and **out_char_image_height** with...
[Available tags](https://lcd-image-converter.riuson.com/en/docs/templates/) Template: ```cpp // out_char_image_left: $(out_char_image_left) // out_char_image_top: $(out_char_image_top) // out_char_image_width: $(out_char_image_width) // out_char_image_height: $(out_char_image_height) // out_image_width : $(out_image_width) // out_image_height : $(out_image_height) ``` Results: ```cpp // out_char_image_left: //...