mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 08:11:34 +00:00
26 lines
450 B
Plaintext
26 lines
450 B
Plaintext
# https://www.adobe.com/content/dam/acom/en/devnet/font/pdfs/5012.Type42_Spec.pdf
|
|
# This format is a super-set of postscript, so don't forget to use ps.dict as well
|
|
|
|
magic="%!PS-TrueTypeFont"
|
|
"%%VMUsage:"
|
|
"/FontType"
|
|
"/FontMatrix"
|
|
"/FontName"
|
|
"/FontInfo"
|
|
"/Encoding"
|
|
"/FontBBox"
|
|
"/UniqueID"
|
|
"/XUID"
|
|
"/PaintType"
|
|
"/StrokeWidth"
|
|
"/Metrics"
|
|
"/Metrics2"
|
|
"/CDevProc"
|
|
"/CharStrings"
|
|
"/sfnts"
|
|
"/CIDMap"
|
|
"/GDBytes"
|
|
"/GlyphDirectory"
|
|
"/MetricsCount"
|
|
"/WMode"
|