INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Theater View Captions - Expanded - Change Font Size  (Read 980 times)

StuckMojo

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 381
  • Change this by choosing profile
Theater View Captions - Expanded - Change Font Size
« on: November 03, 2012, 06:15:45 am »

Please Clarify???

Am I Blind,or isn't it possible.

I would like to change font size for the Expanded Line in File List.

My listing:(Audio)

Main:
Name   (Year) Rating
Expanded:
Artist - Album - Duration

Now i would like to change the Font Size of the Expanded Line.
I would like that the Expanded Line is a bit smaller than Main,so that focus for the Eye stays on the Main Line.
Would look better i think.

Or is this not possible?
Logged
Lian Li PC-C60B HTPC Case
(Soundgraph Imon Display + Remote Control)
Asus M4A87TD/USB3 + 8GB DDR3
AMD Athlon II X4 605e 4x2,3Ghz (45W TDP)
Onkyo TX-NR906
Teufel System 5 THX Select 2

MrHaugen

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 3774
Re: Theater View Captions - Expanded - Change Font Size
« Reply #1 on: November 03, 2012, 09:57:30 am »

You probably have to add some code for text size in there. I'm using this:

Regular:
Code: [Select]
[Name] <font color="888888">by <//font> [Artist] <font color=" C3FFB3">RatingStars()<//font>
Expanded:
Code: [Select]
[Name] <font color="888888">by <//font> [Artist] <font color=" C3FFB3">RatingStars()<//font>
ListBuild(1, / • , [Album Artist (Auto)], [Album], [Year], [Duration])

If you add the font size to the code, you'll end up with something like this:

Expanded:
Code: [Select]
[Name] <font color="888888">by <//font> [Artist] <font color=" C3FFB3">RatingStars()<//font>
ListBuild(1, / • , <font size="60">[Album Artist (Auto)], [Album], [Year], [Duration]<//font>)
Logged
- I may not always believe what I'm saying

kensn

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1352
Re: Theater View Captions - Expanded - Change Font Size
« Reply #2 on: November 03, 2012, 10:37:33 am »

font size... Nice

I didn't know.

Adding a number over 100 works also, so it looks as if it zooms in, I like it..

Ken
Logged
If(IsEmpty([Coffee Cup]), Coffee, Drink)

StuckMojo

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 381
  • Change this by choosing profile
Re: Theater View Captions - Expanded - Change Font Size
« Reply #3 on: November 03, 2012, 10:40:41 am »

@MrHaugen

A BIG Thank You from Me.
Works like a charm.Now i like it.
Logged
Lian Li PC-C60B HTPC Case
(Soundgraph Imon Display + Remote Control)
Asus M4A87TD/USB3 + 8GB DDR3
AMD Athlon II X4 605e 4x2,3Ghz (45W TDP)
Onkyo TX-NR906
Teufel System 5 THX Select 2
Pages: [1]   Go Up