Played with embedded number
This commit is contained in:
parent
5a6800d2d3
commit
8d275b982c
21 changed files with 200 additions and 34 deletions
|
|
@ -15,6 +15,12 @@
|
|||
parentClass="love.distributedrebirth.unicode4d.atlas.FontAtlasStore"
|
||||
childClass="love.distributedrebirth.unicode4d.atlas.FontAtlasStoreGlyph"
|
||||
addMethod="addGlyph" getMethod="getGlyphs" />
|
||||
<!--
|
||||
<eld:classBindingHandler id="FontAtlasStoreGlyph-V072Tong"
|
||||
parentClass="love.distributedrebirth.unicode4d.atlas.FontAtlasStoreGlyph"
|
||||
childClass="love.distributedrebirth.numberxd.base2t.type.V072Tong"
|
||||
addMethod="addTong" getMethod="getTongs" />
|
||||
-->
|
||||
|
||||
<eld:namespace
|
||||
uri="http://unicode4d-atlas.x4o.distributedrebirth.love/xml/ns/unicode4d-atlas-root"
|
||||
|
|
|
|||
|
|
@ -34,10 +34,10 @@ public class TestConvFont {
|
|||
public void run() {
|
||||
try {
|
||||
// NOTE: Are in order like the FontAtlas of ImGui
|
||||
conf("Code2000", new File("../conv-font/bin/code-2000.xml"), new File("../main-gdxapp/assets/font/code-2000.xml"));
|
||||
conf("Code2001", new File("../conv-font/bin/code-2001.xml"), new File("../main-gdxapp/assets/font/code-2001.xml"));
|
||||
conf("Code2002", new File("../conv-font/bin/code-2002.xml"), new File("../main-gdxapp/assets/font/code-2002.xml"));
|
||||
conf("Free Sans", new File("../conv-font/bin/free-sans.xml"), new File("../main-gdxapp/assets/font/free-sans.xml"));
|
||||
//conf("Code2000", new File("../conv-font/bin/code-2000.xml"), new File("../main-gdxapp/assets/font/code-2000.xml"));
|
||||
//conf("Code2001", new File("../conv-font/bin/code-2001.xml"), new File("../main-gdxapp/assets/font/code-2001.xml"));
|
||||
//conf("Code2002", new File("../conv-font/bin/code-2002.xml"), new File("../main-gdxapp/assets/font/code-2002.xml"));
|
||||
//conf("Free Sans", new File("../conv-font/bin/free-sans.xml"), new File("../main-gdxapp/assets/font/free-sans.xml"));
|
||||
conf("New Gardiner BMP", new File("../conv-font/bin/new-gardiner-bmp.xml"), new File("../main-gdxapp/assets/font/new-gardiner-bmp.xml"));
|
||||
conf("Font Awesome", new File("../conv-font/bin/fa-solid-900.xml"), new File("../main-gdxapp/assets/font/fa-solid-900.xml"));
|
||||
conf("Noto Sans Brahmi", new File("../conv-font/bin/noto-sans-brahmi.xml"), new File("../main-gdxapp/assets/font/noto-sans-brahmi.xml"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue