We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
$set_font
$font
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
The text was updated successfully, but these errors were encountered:
So this is a windows 11 issue. On windows 10, it's the same
Sorry, something went wrong.
Hmm probably you are getting SVG (or similar) glyphs with Direct2D, while I'm getting basic COLR glyphs.
It wouldn't be so bad if the colours were the same...
Trying to render image glyphs using GDI doesn't look like much fun, so I'll probably have to start using Direct2D at some point.
(As an aside curves in the emojis look smoother to me in the CUI/GDI version in your first screenshot...)
Damn, your eyesight is better than mine. But now you've pointed it out... 😬
No branches or pull requests
Top panel is my JScript Panel 3 component and the bottom is Item details....
$set_font
would be replaced with$font
in my component.https://jscript-panel.github.io/docs/guides/font-rgb/#font
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
The text was updated successfully, but these errors were encountered: