ziafont


Nameziafont JSON
Version 0.7 PyPI version JSON
download
home_pagehttps://ziafont.readthedocs.io
SummaryConvert TTF/OTF font glyphs to SVG paths
upload_time2023-12-29 19:01:56
maintainer
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": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "font,truetype,opentype,svg,glyph",
    "author": "Collin J. Delker",
    "author_email": "code@collindelker.com",
    "download_url": "https://files.pythonhosted.org/packages/f7/07/351cbcbfa1ca7d92489c91580a6c9cf7fd7ab113e2ae412a09ffe8f65911/ziafont-0.7.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.7",
    "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": "54f1da8cc55b8182d4cb3dff5f6972c266bb909778082c17270640ff99c6e609",
                "md5": "2d5d204f92373a486be70cc3eae48890",
                "sha256": "2ec121249ee3cc7af5a7dc3c845d99c1bba3f036f634d5b885f04331ea3b714f"
            },
            "downloads": -1,
            "filename": "ziafont-0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2d5d204f92373a486be70cc3eae48890",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 415939,
            "upload_time": "2023-12-29T19:01:52",
            "upload_time_iso_8601": "2023-12-29T19:01:52.787475Z",
            "url": "https://files.pythonhosted.org/packages/54/f1/da8cc55b8182d4cb3dff5f6972c266bb909778082c17270640ff99c6e609/ziafont-0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f707351cbcbfa1ca7d92489c91580a6c9cf7fd7ab113e2ae412a09ffe8f65911",
                "md5": "88303ec1f1e9c21a3f9ac9008e6263e5",
                "sha256": "9db952c5abfcaa6c70ca05e0a537cc60939c216ca228ff791e23ad67ea802aa5"
            },
            "downloads": -1,
            "filename": "ziafont-0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "88303ec1f1e9c21a3f9ac9008e6263e5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 414463,
            "upload_time": "2023-12-29T19:01:56",
            "upload_time_iso_8601": "2023-12-29T19:01:56.839672Z",
            "url": "https://files.pythonhosted.org/packages/f7/07/351cbcbfa1ca7d92489c91580a6c9cf7fd7ab113e2ae412a09ffe8f65911/ziafont-0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-29 19:01:56",
    "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.24757s