Initial Windows agent repository
This commit is contained in:
commit
a0db0c2e5b
10589 changed files with 3844063 additions and 0 deletions
|
|
@ -0,0 +1,19 @@
|
|||
/^StartFontMetrics / {
|
||||
print
|
||||
while ((getline < SYMAFM) > 0) {
|
||||
if (/^CharacterSet / || /^EncodingScheme / || /^Comment /) { print }
|
||||
}
|
||||
next
|
||||
}
|
||||
/^ItalicAngle 0$/ {
|
||||
print "ItalicAngle -15.5"
|
||||
next
|
||||
}
|
||||
/^FullName / {
|
||||
print $0 " Slanted"
|
||||
next
|
||||
}
|
||||
/^FSType / {
|
||||
next
|
||||
}
|
||||
{ print }
|
||||
Loading…
Add table
Add a link
Reference in a new issue