columns_ui icon indicating copy to clipboard operation
columns_ui copied to clipboard

Improve colour font support

Open marc2k3 opened this issue 6 months ago • 3 comments

Top panel is my JScript Panel 3 component and the bottom is Item details....

$set_font(Segoe UI,32)
🎵%title%$crlf()
🎙%artist%$crlf()
[💿%album%$crlf()]
[📅%date%]

$set_font would be replaced with $font in my component. https://jscript-panel.github.io/docs/guides/font-rgb/#font

image

FWIW, I'm using...

https://learn.microsoft.com/en-us/windows/win32/api/d2d1/nf-d2d1-id2d1rendertarget-drawtextlayout

with

D2D1_DRAW_TEXT_OPTIONS_CLIP | D2D1_DRAW_TEXT_OPTIONS_ENABLE_COLOR_FONT

Build: foo_ui_columns-2.1.0+189.gae03aa7.github.r10496010108.1382.x64

marc2k3 avatar Aug 22 '24 06:08 marc2k3