Adding Fontset in Font XML
#1
Hi all, i want to add a fontset to the list . I am just struggling with the idloc. 
I followed the directions here to the "T". https://kodi.wiki/view/Fonts
Whatever idloc i put in , it randomly pulls words or phrases = from I guess the skin ? 
Example :
When i put this in 
idloc="31392" unicode="true
The label is
When enabled all widgets will be hidden....etc
I can get the fonts to apply, just the label is the issue. 

How would i go about this? 

TYIA
Mattt1975
Reply
#2
(2021-05-02, 19:14)Mattmaier1975 Wrote: Hi all, i want to add a fontset to the list . I am just struggling with the idloc. 
I followed the directions here to the "T". https://kodi.wiki/view/Fonts
Whatever idloc i put in , it randomly pulls words or phrases = from I guess the skin ? 
Example :
When i put this in 
idloc="31392" unicode="true
The label is
When enabled all widgets will be hidden....etc
I can get the fonts to apply, just the label is the issue. 

How would i go about this? 

TYIA

Unless you really need the font name to be localized then just leave the idloc out

<fontset id="Arial">

Then the id string will be used for the font name.
Reply
#3
(2021-05-02, 19:22)roidy Wrote:
(2021-05-02, 19:14)Mattmaier1975 Wrote: Hi all, i want to add a fontset to the list . I am just struggling with the idloc. 
I followed the directions here to the "T". https://kodi.wiki/view/Fonts
Whatever idloc i put in , it randomly pulls words or phrases = from I guess the skin ? 
Example :
When i put this in 
idloc="31392" unicode="true
The label is
When enabled all widgets will be hidden....etc
I can get the fonts to apply, just the label is the issue. 

How would i go about this? 

TYIA

Unless you really need the font name to be localized then just leave the idloc out

<fontset id="Arial">

Then the id string will be used for the font name.

Brilliant! Thanks!
Mattt1975
Reply
#4
check the number in the 'strings.po'
Reply

Logout Mark Read Team Forum Stats Members Help
Adding Fontset in Font XML0