Relative Content

Tag Archive for pythonflaskglyph

Using python with fonttools to watermark glyphs in a font file

I am trying to apply a X over particular fonts in my flask script, although I can apply the ‘X’ (which is the watermark) I can’t combine it in the same layer as the glyph so it can be opened in any editor and removed. How can I achieve this programmatically, is it even possible with Python and Fonttools?