View Issue Details

IDProjectCategoryView StatusLast Update
0000221fileGeneralpublic2021-01-03 21:01
Reporterryoon Assigned Tochristos  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Fixed in Version5.40 
Summary0000221: Add font name for PostScript Printer Font Binary
DescriptionPlease add font name for .pfb file.

For example:
0510A___.PFB: PostScript Type 1 font program data (AmeliaBT-Regular 003.001)
TagsNo tags attached.

Activities

ryoon

2020-12-31 08:25

reporter  

pfb-font-name.diff (510 bytes)   
diff --git a/magic/Magdir/fonts b/magic/Magdir/fonts
index c5c355bb..2eb8ff4d 100644
--- a/magic/Magdir/fonts
+++ b/magic/Magdir/fonts
@@ -11,6 +11,7 @@
 0	string		%!PS-AdobeFont-1.	PostScript Type 1 font text
 >20	string		>\0			(%s)
 6	string		%!PS-AdobeFont-1.	PostScript Type 1 font program data
+>26	string		>\0			(%s)
 0	string		%!FontType1	PostScript Type 1 font program data
 6	string		%!FontType1	PostScript Type 1 font program data
 0	string		%!PS-Adobe-3.0\ Resource-Font	PostScript Type 1 font text
pfb-font-name.diff (510 bytes)   

christos

2021-01-03 21:01

manager   ~0003521

Added, thanks!

Issue History

Date Modified Username Field Change
2020-12-31 08:25 ryoon New Issue
2020-12-31 08:25 ryoon File Added: pfb-font-name.diff
2021-01-03 21:00 christos Assigned To => christos
2021-01-03 21:00 christos Status new => assigned
2021-01-03 21:01 christos Status assigned => resolved
2021-01-03 21:01 christos Resolution open => fixed
2021-01-03 21:01 christos Fixed in Version => 5.40
2021-01-03 21:01 christos Note Added: 0003521