Prima::PS::Encodings - manage latin-based encodings |
Prima::PS::Encodings - manage latin-based encodings
use Prima::PS::Encodings;
This module provides code tables for major latin-based encodings, for the glyphs that usually provided by every PS-based printer or interpreter. Prima::PS::Drawable uses these encodings when it decides whether the document have to be supplied with a bitmap character glyph or a character index, thus relying on PS interpreter capabilities. Latter is obviously preferable, but as it's not possible to know beforehand what glyphs are supported by PS interpreter, the Latin glyph set was selected as a ground level.
use Prima::PS::Encodings; $Prima::PS::Encodings::files{iso8859-5} = 'PS/locale/greek-iso';
Prima::PS::Encodings - manage latin-based encodings |