How can i obtain this block code of a Font
Hello,
I want to know how do I obtain the definition of a Font (TrueType), I found a block code, and I supposed is the definition of the Font in a PS file. Is it correct?
I added part of the code, to explain me better.
$_FONT_ARIALMT ="%%BeginResource: font ArialMT
%ct_CffDict begin
%!FontType1
16 dict begin
/FontInfo 15 dict dup begin
/Notice (Copyright (c) 1991, 1993, 1996, 1997, 1998, 1999 Adobe Systems Incorporated. All Rights Reserved.Arial is a trademark of The Monotype Corporation, registered in the US Patent and Trademark Office and elsewhere.) def
/version (001.001) def
/FullName (Arial MT) def
/FamilyName (Arial MT) def
/Weight (Regular) def
/ItalicAngle 0 def
How to obtain this lines but of another TrueType Font?
Thanks a lot for your help.
