letter spacing / kerning on ScriptLabel
-
@lalalandsynth Is this what you're looking for?

-
@dannytaurus Hey I need that! lol
-
@lalalandsynth Here's a PR, see if it fits your needs.
https://github.com/christophhart/HISE/pull/1006
Full disclosure: this is 100% Fable. I don't know a lot about text rendering in HISE, so take it with a grain of salt.
-
@David-Healey YEs, I can do it if i paint it , but ok, do you always just paint text ?
Wondering what would be more suitable for Ui delivery , a text box or just painted , also dynamic text.I guess both methods should be available, depending on dev requirements.?
-
@dannytaurus Exactly that
-
@lalalandsynth said in letter spacing / kerning on ScriptLabel:
YEs, I can do it if i paint it , but ok, do you always just paint text ?
Yes pretty much. I tend to have a lot of stuff automated so I don't really think about it. All my knobs use one look and feel which paints the label and value. All my panels use one paint routine which paints labels or headers, etc.
-
@David-Healey I wonder if there is a consensus on this or a mix of methods, probably a mix and personal preference ?
-
@lalalandsynth It depends on the specifics of what you're doing. If you already have a paint routine or look and feel for the component then it's probably better to include the value/label in that rather than add another component to the UI. But if you're using filmstrips a label might be easier - although you probably still have to add scripting anyway.
-
@David-Healey quick question, for static fonts do you use a font , or do you just print as vector ? I assume fonts is lighter , but a bit unsure what methods are solid and tested.
-
@lalalandsynth I use a font unless I need to manipulate in some way that is easier outside of HISE. For example my company logo I use a vector.