ziafont


Nameziafont JSON
Version 0.8 PyPI version JSON
download
home_pagehttps://ziafont.readthedocs.io
SummaryConvert TTF/OTF font glyphs to SVG paths
upload_time2024-04-27 15:17:00
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) of Glyph rendering using Ziafont.

            

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/af/ce/5e1894c06cdb0dc18603fb61a10b20619359c9d16509e76bc51f93594983/ziafont-0.8.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) of Glyph rendering using Ziafont.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Convert TTF/OTF font glyphs to SVG paths",
    "version": "0.8",
    "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": "8c6fffe2262fbac224245f0f342cdccf18f7f4ee12b660e529af357cd45ff21c",
                "md5": "f720c83e8e2d530537bc0100f118e7c0",
                "sha256": "3cb3b3532381e2775bbbddd72bbd83d2cb968202b80c500352855dbbc6e0ec1c"
            },
            "downloads": -1,
            "filename": "ziafont-0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f720c83e8e2d530537bc0100f118e7c0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 416031,
            "upload_time": "2024-04-27T15:16:55",
            "upload_time_iso_8601": "2024-04-27T15:16:55.403662Z",
            "url": "https://files.pythonhosted.org/packages/8c/6f/ffe2262fbac224245f0f342cdccf18f7f4ee12b660e529af357cd45ff21c/ziafont-0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "afce5e1894c06cdb0dc18603fb61a10b20619359c9d16509e76bc51f93594983",
                "md5": "a077a531e9a6e43e016c3598a9918f1b",
                "sha256": "10abe74945a705ff07454448c479a86c9ebc2d521494ec09bf781b99102a4030"
            },
            "downloads": -1,
            "filename": "ziafont-0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "a077a531e9a6e43e016c3598a9918f1b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 414632,
            "upload_time": "2024-04-27T15:17:00",
            "upload_time_iso_8601": "2024-04-27T15:17:00.199463Z",
            "url": "https://files.pythonhosted.org/packages/af/ce/5e1894c06cdb0dc18603fb61a10b20619359c9d16509e76bc51f93594983/ziafont-0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-27 15:17:00",
    "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.31250s