===== Namespaces ===== * **PostScript** - PostScript Interpreter without graphics for CMaps and type1 fonts. 83 classes, 42 values, 251 tests. * **PDFtalk** - Core library. 396 classes, 116 values, 288 tests and 3 namespaces. * **PDFtalk.Fonts** - Type1 fonts. 32 classes, 5 values, 25 tests. * **PDFtalk.Fonts.OpenType** - OpenType(PS) implementation. 64 classes, 19 values, 6 tests. * **UI** - not to be ported Not included yet * **RDF** - RDF implementation for meta data. 37 classes, 15 values, 371 tests. * **PDFtalk.XMP** - Extensible Metadata Platform. 17 classes, 12 values, 17 tests. {{:namespaces.png?nolink|Namespace Structure}} ==== Namespace to prefix mapping ==== All classes and globals from a namespace will be renamed with a prefix. ^ With Namespaces ^ Without Namespaces ^ | PDFtalk | Pt | | PostScript | PS | | PDFtalk.Fonts | PtF | | PDFtalk.Fonts.CFF | CFF | | PDFtalk.Fonts.OpenType | PtOT | | RDF | RDF | | PDFtalk.XMP | PtXMP |