[afp-renderer-users] Re: Question on 3 sets of files
Brought to you by:
towny,
tumbarumba
From: Pete T. <pe...@to...> - 2004-11-15 21:16:33
|
A coded font is an AFP font resource object that associates AFP font character set objects with AFP code page objects. The metric and shape information for each of the characters defined by the font is contained in the font character set, and the information for mapping the code points used in the document data stream to the graphic character global identifiers used in the font character set is contained in the code page. A coded font resource does not contain either the font character set object or the code page object, but only references those objects by name. We have decided not to implement any reference to the coded font as it does not add any benefit. When using the renderer you specify the code page and character set relationship in the afp fonts xml file, there is absolutely no need for the coded font. You do however need to have the code page and characterset resources available locally as they are used to calculate the font metrics when rendering a document. Regards, Pete. ----- Original Message ----- From: "Venkataramani, Prakash" <Pra...@ss...> To: <to...@us...> Sent: Monday, November 15, 2004 8:18 PM Subject: Question on 3 sets of files > > Hai, > > We are trying to get the AFP stuff to work. > We have a good number of CDP files(T), > Character set files(C) > And Coded set files(X). > > Basically files starting with > X - coded set > C - character set > T - Code Page > > Accoring to the documentation > Coded set files gives the relation between > Character set files and Code page file. > > In the AFP-Renderer site ,I don't see any mention > Of the coded set files nor they are mentioned in the AFP-Fonts.xml. > > If they are related how do we make out what files are related to what. > > We are trying to figure a soultion for this. > Your help is really appreciated. > > Thanks > Prakash |