# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 7
# self = https://watcher.sour.is/conv/ozjoq4a
@prologic Many bitmap fonts are created as BDF files, so are mine. They can be converted to PCF without major issues, but the Pango stack can no longer read PCF files (since 1 or 2 years ago). So they now have to be converted to OpenType, which is a bit more involved and apparently more things can break. Among those breaking things: The information how large your font is. 😬 Looks like the conversion process that I (and some other people) used added a bogus “line gap”. So, during the conversion, it must now be stated explicitly that the line gap shall be zero: https://www.uninformativ.de/git/fiamf3/file/Makefile%2Ehtml#l22
@prologic Many bitmap fonts are created as BDF files, so are mine. They can be converted to PCF without major issues, but the Pango stack can no longer read PCF files (since 1 or 2 years ago). So they now have to be converted to OpenType, which is a bit more involved and apparently more things can break. Among those breaking things: The information how large your font is. 😬 Looks like the conversion process that I (and some other people) used added a bogus “line gap”. So, during the conversion, it must now be stated explicitly that the line gap shall be zero: https://www.uninformativ.de/git/fiamf3/file/Makefile%2Ehtml#l22
@prologic Many bitmap fonts are created as BDF files, so are mine. They can be converted to PCF without major issues, but the Pango stack can no longer read PCF files (since 1 or 2 years ago). So they now have to be converted to OpenType, which is a bit more involved and apparently more things can break. Among those breaking things: The information how large your font is. 😬 Looks like the conversion process that I (and some other people) used added a bogus “line gap”. So, during the conversion, it must now be stated explicitly that the line gap shall be zero: https://www.uninformativ.de/git/fiamf3/file/Makefile%2Ehtml#l22
@movq if you are generating OpenType, would you leave those on the repo, so I can use it? 🙈