Werner Lemberg

Results 56 comments of Werner Lemberg

Here's a document w.r.t. bitmap-only SFNTs. https://fontforge.github.io/bitmaponlysfnt.html The X11 proposal is probably dead – it was suggested by Juliusz Chroboczek, cf. https://www.irif.fr/~jch//software/xfree86-bitmap-fonts.html but obviously never adapted. IIRC, other people have...

Note that `EBSC` is an optional table. I suggest that ttx can _read_ OTB files but not write. And yes, for writing bitmap-only SFNT fonts I suggest that you add...

Exactly. Perhaps it would help if ttx emits a message that OTBs are dead.

OK, then this font should rejected with a proper error message.

> Basically, just EBLC/EBDT and head, hhea, hmtx should be enough. > "Empty" `glyf/loca` is wrong to me. Indeed, I recommend at least a (scalable) `.notdef' glyph. > If each...

I get the same problem on my Samsung Galaxy A40 that uses Android 11 (last automatic system update was in March 2023) . Running the backup script from the git...

Sorry for the late replay. Here it is. ``` ~/samsung a40> LANG= LANGUAGE= .../git/open-android-backup/backup.sh [...] Couldn't find srm, a command provided by the 'secure-delete' package on Debian and Ubuntu. Secure...

Good news: I've just done a full backup without any problems of my Galaxy S40 (Android 11, Kernel 4.4.177 from 2023-Mar-24) on my GNU/Linux box using current git (f2c7e83dadd6344849e92ca0eba095648e8abfa2). In...

@u-fischer, thanks! Note, however, that your code should actually be ```tex \DocumentMetadata{} \documentclass[landscape]{article} \ExplSyntaxOn \AddToHook{shipout/background}{% \ifodd\the\value{page}% \pdfmanagement_add:nnn{ThisPage}{Rotate}{180}% \fi} \ExplSyntaxOff \begin{document} foo\newpage bar\newpage baz\newpage urgh \end{document} ``` so that odd pages...