Well, there's definitely something wrong (or maybe t's incomplete, like in other cases) with that Segoe Fluent Icons Regular font, because this works:but if one replaces Segoe UI with Segoe Fluent Icons Regular in the FontFace option, then this font face is applied to the entire text in the meter, regardless of the InlineSettings.
I used the .ttf here, placed in the skin's Fonts folder.
Code:
[Variables]Checked0=[\x25ce]Checked1=[\x25c9]WChecked1=0Color0=255,255,255,255Color1=0,255,0,255WColor1=0[Rainmeter]Update=1000AccurateText=1DynamicWindowSize=1---Meters---[Result]Meter=StringSolidColor=0,0,0,255FontColor=255,255,255,255FontFace=Segoe UIFontSize=16Padding=5,5,5,5AntiAlias=1Text=[#Checked[#WChecked1]] Wallpaper 1InlineSetting=Face | Monotype CorsivaInlinePattern=^.( .*)$InlineSetting2=Color | [#Color[#WColor1]]InlinePattern2=^(.) .*$UpdateDivider=-1LeftMouseUpAction=[!SetVariable WChecked1 (1-#WChecked1#)][!UpdateMeter #CURRENTSECTION#][!Redraw]MouseOverAction=[!SetVariable WColor1 1][!UpdateMeter #CURRENTSECTION#][!Redraw]MouseLeaveAction=[!SetVariable WColor1 0][!UpdateMeter #CURRENTSECTION#][!Redraw]DynamicVariables=1
I used the .ttf here, placed in the skin's Fonts folder.
Statistics: Posted by Yincognito — Today, 8:43 pm