tests/testthat/font/README.md

This TTF file is a modified version of the data included in [ttf-parser]'s repository for testing purposes. Modification is done simply by ttx command, provided by fonttools.

ttx -o tmp.ttx demo.ttf

# (edit tmp.ttx on a text editor)

ttx -o test.ttf tmp.ttx

It contains a glyph data for 'A'.

<TTGlyph name="A" xMin="0" yMin="0" xMax="100" yMax="100">
    <contour>
    <pt x="0" y="0" on="1"/>
    <pt x="100" y="100" on="1"/>
    <pt x="0" y="100" on="1"/>
    </contour>
    <instructions/>
</TTGlyph>


Try the string2path package in your browser

Any scripts or data that you put into this service are public.

string2path documentation built on Sept. 12, 2024, 9:35 a.m.