marc2k3
marc2k3
You don't get it from the info arg that is passed to the callback. You have to use playback_format_title from playback_control.h like was mentioned on the forums. Assuming you had...
Won't be necessary with fb2k v2. Using fb.TitleFormat or the existing GetFileInfo will fetch oversized tags in full.
I know less than nothing about any of it but I can tell you the DT_CALCRECT stuff copied from GdiDrawText to DrawThemeText flat out doesn't work (I tested the appveyor...
On the subject of gdiplus, the latest windows SDKs (20348 / 22000) have a fix for the min/max issue in gdiplustypes.h meaning this can be nuked from stdafx.h ``` namespace...
> additionally, if the textLayout range-foramtting api were to be exposed, "rich-text" with multi-color/font/styls (html/lyrics/etc) could be easily rendered in one call, I'm implementing this right now. I posted a...
I've essentially ended development on that version because gdi/d2d interop doesn't seem feasible. I was using a DC render target and calling BindDC / BeginDraw / EndDraw on every function...
It's none of my business but with fb2k v2, I can't help but think this request is a little redundant now. ReFacets and all DUI visualisations are available as CUI...
Interesting fb2k v2 changelog today.
That lib adds around 200KB to the overall component size. I'm using it for my JScript Panel component... https://marc2k3.github.io/jscript-panel/docs/namespaces/utils/#utilsloadsvgpath_or_xml-max_width
I was far too lazy to investigate very deeply. As a noob, it was easy for me to implement and I thought it was "good enough". As per the TODO...