Bug 11750 - need support for more line-specific parameters in skin text definitions
: need support for more line-specific parameters in skin text definitions
Status: CLOSED FIXED
Product: SqueezePlay
Classification: Unclassified
Component: UI
: unspecified
: PC Other
: P1 normal (vote)
: 7.5.0
Assigned To: Wadzinski Tom
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-04-10 10:21 UTC by Ben Klaas
Modified: 2010-04-08 17:26 UTC (History)
5 users (show)

See Also:
Category: ---


Attachments
reference screen that involves multi-line text with different line requirements (52.48 KB, image/png)
2009-04-10 10:21 UTC, Ben Klaas
Details
what it looks like without lineHeight working for specific lines in the label (80.06 KB, image/png)
2009-04-10 10:22 UTC, Ben Klaas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Klaas 2009-04-10 10:21:06 UTC
Created attachment 5095 [details]
reference screen that involves multi-line text with different line requirements

right now we can support different font sizes on different lines of a text label with this kind of code:

text = {
      w = WH_FILL,
      h = WH_FILL,
      align = 'left',
      line = {
                    {
                      font = _boldfont(20),
                    },
                    {
                      font = _font(12),
                    },
      },
}

in this example the first line would be 20pt. bold and the second line 12pt normal

However, the line{} table does not support lineHeight or fg/sh text color specifications, and needs to to support the attached reference screen.
Comment 1 Ben Klaas 2009-04-10 10:22:27 UTC
Created attachment 5096 [details]
what it looks like without lineHeight working for specific lines in the label
Comment 2 Richard Titmuss 2009-07-27 01:13:46 UTC
Reset priority before triage.
Comment 3 Ben Klaas 2009-08-26 07:46:54 UTC
this is an administrative shuffle on priority fields to help make better judgment on the top end of the priority list. P4->P5, P3->P4, and P2->P3.
Comment 4 Ben Klaas 2009-10-01 14:28:53 UTC
this bug is probably not mine to fix

target for 7.5 because it may have fab4 implications
Comment 5 SVN Bot 2009-10-14 12:38:35 UTC
 == Auto-comment from SVN commit #7855 to the jive repo by tom ==
 == https://svn.slimdevices.com/jive?view=revision&revision=7855 ==

Fixed Bug: 11750
Description:
- allow per line fg and sh color
Comment 6 Chris Owens 2010-04-08 17:26:41 UTC
This bug has been marked fixed in a released version of Squeezebox Server or the accompanying firmware or mysqueezebox.com release.

If you are still seeing this issue, please let us know!