ziafont


Nameziafont JSON
Version 0.9 PyPI version JSON
download
home_pagehttps://ziafont.readthedocs.io
SummaryConvert TTF/OTF font glyphs to SVG paths
upload_time2024-08-10 15:19:01
maintainerNone
docs_urlNone
authorCollin J. Delker
requires_python>=3.8
licenseMIT
keywords font truetype opentype svg glyph
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ziafont

Ziafont reads TrueType/OpenType font files and draws characters and strings as SVG <path> elements. Unlike the SVG <text> element, the output of Ziafont's SVG will render identically on any system, independent of whether the original font is available.

Ziafont supports fonts with TrueType glyph outlines contained in a "glyf" table in the font (these fonts typically have a .ttf extensions), or fonts with a "CFF " table (typically with a .otf extension). Kerning adjustment and glyph substitution are supported if the font has a "GPOS" table.

Documentation is available at [readthedocs](https://ziafont.readthedocs.io). There is also an [online demo](https://cdelker.github.io/pyscript/ziafont.html).

            

Raw data

            {
    "_id": null,
    "home_page": "https://ziafont.readthedocs.io",
    "name": "ziafont",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "font, truetype, opentype, svg, glyph",
    "author": "Collin J. Delker",
    "author_email": "code@collindelker.com",
    "download_url": "https://files.pythonhosted.org/packages/52/3b/d146edd187d5c1f6d20a908b4802c9942c3e50dd6c3228075fef8d7247ad/ziafont-0.9.tar.gz",
    "platform": null,
    "description": "# ziafont\n\nZiafont reads TrueType/OpenType font files and draws characters and strings as SVG <path> elements. Unlike the SVG <text> element, the output of Ziafont's SVG will render identically on any system, independent of whether the original font is available.\n\nZiafont supports fonts with TrueType glyph outlines contained in a \"glyf\" table in the font (these fonts typically have a .ttf extensions), or fonts with a \"CFF \" table (typically with a .otf extension). Kerning adjustment and glyph substitution are supported if the font has a \"GPOS\" table.\n\nDocumentation is available at [readthedocs](https://ziafont.readthedocs.io). There is also an [online demo](https://cdelker.github.io/pyscript/ziafont.html).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Convert TTF/OTF font glyphs to SVG paths",
    "version": "0.9",
    "project_urls": {
        "Documentation": "https://ziafont.readthedocs.io",
        "Homepage": "https://ziafont.readthedocs.io",
        "Source Code": "https://github.com/cdelker/ziafont"
    },
    "split_keywords": [
        "font",
        " truetype",
        " opentype",
        " svg",
        " glyph"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b82b4e174338156a58df754a75f9122b34fd1003124d205389c3ab84327ecd5",
                "md5": "01096fa14bbc4e25b5407907e68f54bf",
                "sha256": "ceea233f63e5a2ecf1ab9dc031b8a950d231b3d108993ada973a1ba39da372a1"
            },
            "downloads": -1,
            "filename": "ziafont-0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "01096fa14bbc4e25b5407907e68f54bf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 420300,
            "upload_time": "2024-08-10T15:18:58",
            "upload_time_iso_8601": "2024-08-10T15:18:58.266452Z",
            "url": "https://files.pythonhosted.org/packages/7b/82/b4e174338156a58df754a75f9122b34fd1003124d205389c3ab84327ecd5/ziafont-0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "523bd146edd187d5c1f6d20a908b4802c9942c3e50dd6c3228075fef8d7247ad",
                "md5": "17248f956965e2820ab9cb1de37d8394",
                "sha256": "98c7978755ce4635b827c9a2e77f5f53499ed34491e3d3d2a871db6dccfa148b"
            },
            "downloads": -1,
            "filename": "ziafont-0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "17248f956965e2820ab9cb1de37d8394",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 418702,
            "upload_time": "2024-08-10T15:19:01",
            "upload_time_iso_8601": "2024-08-10T15:19:01.892657Z",
            "url": "https://files.pythonhosted.org/packages/52/3b/d146edd187d5c1f6d20a908b4802c9942c3e50dd6c3228075fef8d7247ad/ziafont-0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-10 15:19:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cdelker",
    "github_project": "ziafont",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ziafont"
}
        
Elapsed time: 0.59338s