Hi
I have to send the font related to a FONTOBJ to an other computer. So I have
to get the whole "font file" ... but, since it doesn't have to be a file
always (embedded fonts etc.), I don't want to use the functions that return
the filenames to find the data. So I'd like to build the file using
functions like FONTOBJ_pjOpenTypeTablePointer and
FONTOBJ_cGetAllGlyphHandles and FONTOBJ_cGetGlyphs ... I think this should
be possible (at least for truetype and opentype)... but my problem is, that
I don't understand how to handle those tables. What tables are required? How
is a opentype/truetype font structured? ... can someone explain me this? ...
and could this work, what I'd like to do?
thanks
MR