Added x4o language tasks
This commit is contained in:
parent
48d1bc7f48
commit
f767e9a746
8 changed files with 352 additions and 65 deletions
|
|
@ -28,8 +28,9 @@
|
|||
schemaResource="unicode4d-atlas-root-1.0.xsd" schemaPrefix="r"
|
||||
description="Namespace to have single root."
|
||||
name="UnicodePlane Root Namespace" languageRoot="true" id="r">
|
||||
<eld:element tag="a"
|
||||
objectClass="love.distributedrebirth.unicode4d.atlas.FontAtlas"/>
|
||||
<eld:element tag="a" objectClass="love.distributedrebirth.unicode4d.atlas.FontAtlas">
|
||||
<eld:description>The font atlas to store all fonts.</eld:description>
|
||||
</eld:element>
|
||||
</eld:namespace>
|
||||
|
||||
<eld:namespace
|
||||
|
|
@ -38,9 +39,11 @@
|
|||
schemaResource="unicode4d-atlas-lang-1.0.xsd" schemaPrefix="l"
|
||||
description="Namespace to store glyphs."
|
||||
name="UnicodePlane Language Namespace" id="l">
|
||||
<eld:element tag="s"
|
||||
objectClass="love.distributedrebirth.unicode4d.atlas.FontAtlasStore" />
|
||||
<eld:element tag="g"
|
||||
objectClass="love.distributedrebirth.unicode4d.atlas.FontAtlasStoreGlyph" />
|
||||
<eld:element tag="s" objectClass="love.distributedrebirth.unicode4d.atlas.FontAtlasStore">
|
||||
<eld:description>The font atlas to store all characters in.</eld:description>
|
||||
</eld:element>
|
||||
<eld:element tag="g" objectClass="love.distributedrebirth.unicode4d.atlas.FontAtlasStoreGlyph">
|
||||
<eld:description>The unicode4D character data.</eld:description>
|
||||
</eld:element>
|
||||
</eld:namespace>
|
||||
</root:module>
|
||||
Loading…
Add table
Add a link
Reference in a new issue