Questions tagged [ufo]

UFO is short for the Unified Font Object, a cross-platform, cross-application, human readable, future proof format for storing font data.

UFO is short of the Unified Font Object, a cross-platform, cross-application, human readable, future proof format for storing font data.

It is a plist XML based data format that is intended as a mastering format, from which fonts (notably, OpenType fonts) can be generated.

3 questions
2
votes
1 answer

When importing a kivymd module in a python script, a blank window appears

This is the offending python script, stored in file.py: from kivymd.uix.tab import MDTabsBase That's it. Nothing else. When I run it using this command: python file.py A blank window opens shortly, then disappears. I've read the kivymd.uix.tab…
Bianca
  • 21
  • 2
0
votes
1 answer

How are glyph points given in a UFO font?

I try to capture the glyph points/paths (not using the font). I converted the glyph to UFO.
Googlebot
  • 15,159
  • 44
  • 133
  • 229
0
votes
1 answer

How to use combining characters in UFO 3?

I'm creating a font by writing XML files in the Unified Font Object 3 format. It's a bit unclear how one would create combining characters in the format, so I was hoping someone could point me in the right direction with a quick example? In my case,…
鈴木雪
  • 3
  • 3