This is a playlist with five tutorials made from Ludo Lodge about nanDECK:
Liked it? Take a second to support Nand on Patreon!
3 thoughts on “Video tutorials from Ludo Lodge”
Hi Nand!
Thank you very much for the great software. I really appreciate your efforts!
I have problem with displaying characters from linked file. This Unicode character ? appears simply as rectangle. I use HTMLTEXT with Explorer render and I expected it to work.
Is there anything I can do for this character to work properly? Does it depends on Unicode version? Can I update it for nanDECK?
Hi Nand!
Thank you very much for the great software. I really appreciate your efforts!
I have problem with displaying characters from linked file. This Unicode character ? appears simply as rectangle. I use HTMLTEXT with Explorer render and I expected it to work.
Is there anything I can do for this character to work properly? Does it depends on Unicode version? Can I update it for nanDECK?
Be sure to use the E flag in HTMLTEXT, example:
link=data.xlsx
htmlfont=default,arial,32,,#000000
htmltext=1-{(test)},[test],0,0,100%,100%,#FFFFFF,0,BE,100,default
Note that the emoji present in Arial is not so coloured as above, but is still a lizard.
Indeed it’s a matter of font, if you use “Segoe UI Emoji” instead of arial, the emoji is colored instead of b/n:
link=data.xlsx
htmlfont=default,Segoe UI Emoji,32,,#000000
htmltext=1-{(test)},[test],0,50%,100%,50%,#FFFFFF,0,BE,100,default