groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hungarumlauts in built-in fonts


From: Bjarni Ingi Gislason
Subject: Re: Hungarumlauts in built-in fonts
Date: Sat, 11 May 2024 00:38:17 +0000

"lists.gnu.org/archive/html/groff/2024-05/msg00009.html"
Hungarumlauts in built in fonts

  The URW fonts have these glyphs, test it with this addjusted
'testfont.sh' file

#!/bin/bash

fontnames="U-AB U-ABI U-AI U-AR U-BMB U-BMBI U-BMI U-BMR U-CB \
U-CBI U-CI U-CR U-HB U-HBI U-HI U-HNB U-HNBI U-HNI U-HNR U-HR \
U-NB U-NBI U-NI U-NR U-PB U-PBI U-PI U-PR U-TB U-TBI U-TI U-TR \
U-ZCMI"

testfile=""

for font_family in $fontnames
do
        testfile+="\n.ft $font_family\n$font_family:\nő Ő ű Ű\n.br"
done

echo -e $testfile | groff -K utf8 -Tpdf

# end of script

  The attachment contains the output from the script.

Attachment: fonttest.sh.pdf
Description: Adobe PDF document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]