Skip to content

23.11.2025@2.0.2

Choose a tag to compare

@ThothDroid ThothDroid released this 23 Nov 16:36
· 47 commits to main since this release
  • Function for directly passing GlyphX XML document to ThothView.java added. Also getGlyphXText() now returns a org.w3c.dom.Document.
    Now you can use:
    setGlyphXText(myXMLDocument);
    
    String content = getGlyphXTextString();
    Document content = getGlyphXText();
    
  • Support for SDK 23 added.