Modules Support for loadable modules Functions and macros in this section are used to support loading dynamic modules that add engines to Pango at run time. The #PangoIncludedModule structure for a statically linked module contains the functions that would otherwise be loaded from a dynamically loaded module. @list: a function that lists the engines defined in this module. @init: a function to initialize the module. @exit: a function to finalize the module. @create: a function to create an engine, given the engine name. A #PangoMap structure can be used to determine the engine to use for each character. A #PangoMapEntry contains information about the engine that should be used for the codepoint to which this entry belongs and also whether the engine matches the language tag for this entry's map exactly or just approximately. @language: @engine_type_id: @render_type_id: @Returns: @map: @script: @Returns: @map: @script: @exact_engines: @fallback_engines: @module: