Table of Contents
The context is the highest object which can be used from the library. Each context has it's own space for subobjects like fonts and images. They are compareable with container. Contexts will be bound to an thread and you are only able to access an context from the thread where you have bound it.
The object or data from different contexts are not shareable between contexts.