Skip to content

Commit 0afc89d

Browse files
committed
add font addons to allow other styles
With here are 3 font addons added: - resource.font.active Fonts to active used characters - resource.font.excluded Fonts to no more active charactes on world - resource.font.limited Fonts to active, but with less usage
1 parent ddfe33d commit 0afc89d

File tree

135 files changed

+204
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+204
-0
lines changed

resource.font.active/addon.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<addon
3+
id="resource.font.active"
4+
version="1.0.0"
5+
name="Active Fonts"
6+
provider-name="Team Kodi">
7+
<requires>
8+
<import addon="kodi.resource" version="1.0.0"/>
9+
</requires>
10+
<extension
11+
point="kodi.resource.font"/>
12+
<extension point="kodi.addon.metadata">
13+
<summary lang="en_GB">Common fonts</summary>
14+
<description lang="en_GB">Common fonts that are not currently included in any of Kodi's language add-ons.</description>
15+
<platform>all</platform>
16+
<assets>
17+
<icon>icon.png</icon>
18+
</assets>
19+
</extension>
20+
</addon>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
111 KB
Binary file not shown.
30.2 KB
Binary file not shown.
101 KB
Binary file not shown.
18.4 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)