en:tcmediainfo:documentation:lister_display
Display options
This node contain default display options for view modes - fonts, background and text colors.
<listeroptions> ... <display> <HeaderFont name="Courier New" size="17" style="1"/> <Header2Font name="Courier New" size="15" style="1"/> <FieldFont name="Courier New" size="13" style="1"/> <InfoFont name="Courier New" size="13" style="0"/> <HeaderTextColor></HeaderTextColor> <Header2TextColor></Header2TextColor> <FieldTextColor></FieldTextColor> <InfoTextColor></InfoTextColor> <HeaderBackColor></HeaderBackColor> <Header2BackColor></Header2BackColor> <LineBackColor></LineBackColor> <LineBackColorSecond></LineBackColorSecond> <BackColor></BackColor> <CoverLineBackColor></CoverLineBackColor> <HighlightTextColor></HighlightTextColor> <HighlightBackColor></HighlightBackColor> <HeaderHeight>0</HeaderHeight> <Header2Height>0</Header2Height> <LineHeight>0</LineHeight> <CoverLineHeight>255</CoverLineHeight> <HeaderLeftMargin>5</HeaderLeftMargin> <Header2LeftMargin>5</Header2LeftMargin> <FieldLeftMargin>5</FieldLeftMargin> <InfoLeftMargin>300</InfoLeftMargin> </display> ... </listeroptions>
Common parameters | |
---|---|
BackColor | Background color of window (background, where no lines) |
HighlightTextColor | Highlighted line text color. |
HighlightBackColor | Highlighted line background color. |
Information line parameters | |
LineBackColor | Information line text color. |
LineBackColorSecond | Information line background color. |
LineHeight | Header height. If this parameter is 0, height of line will be calculated from the font height. |
FieldFont | Field name font. |
FieldTextColor | Field name text color. |
FieldLeftMargin | Left margin of field name text. |
InfoFont | Field info font. |
InfoTextColor | Info text color. |
InfoLeftMargin | Left margin of info text. |
Header parameters | |
HeaderFont | Text font. |
HeaderTextColor | Text color. |
HeaderBackColor | Text background color. |
HeaderHeight | Header height. If this parameter is 0, height of line will be calculated from the font height. |
HeaderLeftMargin | Left margin of header text. |
Header parameters of 2-nd level | |
Header2Font | Text font. |
Header2TextColor | Text color. |
Header2BackColor | Text background color. |
Header2Height | Header height. If this parameter is 0, height of line will be calculated from the font height. |
Header2LeftMargin | Left margin of 2-nd level header text. |
Parameters of cover line | |
CoverLineBackColor | Line background color. |
CoverLineHeight | Cover line height. Can be positive, negative and zero. > 0 - line height is in priority, cover will be scaled to this value = 0 - line height depends on cover height, and choosing maximal possible < 0 - line height depends on cover height, but not more then given value |
Font parameters:
name | Font name (font face). |
size | Font size. |
style | Font style. This is sum of flags: 1 - bold 2 - italic 4 - underscore. If no flags defined - 0. |
If default parameter is absent in the configuration file, or it hve incorrect value and can't be read (empty), will be used next colors:
*TextColor | System color of window. |
*BackColor | System background color of window. |
HighlightTextColor | System color if selected window text. |
HighlightBackColor | System background color if selected window text. |
HeaderBackColor | System color of button face. |
Header2BackColor | $C0C0C0 |
LineBackColorSecond | $F5F5F5 |
en/tcmediainfo/documentation/lister_display.txt · Последнее изменение: 2019/03/26 18:26 — loopback