On Fri, Jun 20, 2025 at 08:36:19AM -0400, James Cloos wrote: > >>>>> "WH" == Waldek Hebisch <de...@fricas.org> writes: > > WH> I understand that some applications want custom fonts. But simple > WH> application like HyperDoc should be able to work with system > WH> fonts, we are not in font business. > > i cettainly never suggested custom fonts. > > axiom from its initial floss release defaulted to fonts ibm x servers > supported due to ibm licensing adobe's t1 fonts. > > floss distributions only eber had a small, fixed number of bitmap > strikes of those fonts. and the sizes axiom specified were not amoung > those available to users of xfree86 (and later xorg) servers.
FriCAS specifies the following fonts: -adobe-courier-medium-r-normal--18-*-*-*-m-*-iso8859-1 -adobe-courier-medium-o-normal--18-*-*-*-m-*-iso8859-1 -adobe-courier-bold-r-normal--18-*-*-*-m-*-iso8859-1 -adobe-courier-bold-o-normal--18-*-*-*-m-*-iso8859-1 Fonts matching that appear in output of xlsfonts on my machine, which IIUC means that they are available. > thus hyperdoc was entirely unreadable. > > one had to come up with values for each of: > > Axiom.hyperdoc.RmFont > Axiom.hyperdoc.TtFont > Axiom.hyperdoc.ActiveFont > Axiom.hyperdoc.AxiomFont > Axiom.hyperdoc.EmphasizeFont > Axiom.hyperdoc.BoldFont > > which were listed in the output of xlsfonts(1) on one's server to be able > to read any of the hyperdoc output. > > when the xserver has to scale bitmap strikes the output is crap. > > as i recall, xorg dropped support for type1 and ttf fonts some time ago. AFAIK scalable fonts are supported. You may be thinking about old news that FreeType dropped support for hints in fonts. This was after a patent dispute, but FreeType folks claimed that they get better results without hints. > they certainly do not show up in xlsfonts(1)'s output on this xserver. > > so if fricas still defaults to the faces ibm used to specify, hyperdoc > will be unreadable without local customization until it switches to > client-side fonts. > > so until that occurs (not demanding that or anything!) the default fonts > should be chosen from what xlsfonts(1) reports, which means not only the > face's name but also the pointsize. IIRC we had some discussion about fonts several years ago. My understanding was that available fonts differ widely between systems, in particular there are silly renamings due to trandmark reasons and essentially identical fonts with widely different names. Anyway, the discussing did not found better default than the one we have now. -- Waldek Hebisch -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to fricas-devel+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/fricas-devel/aFXOIzrio_apgvLs%40fricas.org.