Prima: release v1.59 adds major text rendering functionality
Previously it was only possible to output text with strings using
text_out()
method. Now, a more versatile and modern way is added withtext_shape()
method that converts text string in a series of glyphs, that allows the following:- Full unicode bidi processing
- Support for font ligatures
- Native support for right-to-left text
- Transparent font substituion where a single font does not contain necessary glyphs
In addition to that, infrastructure was added to support RTL and shaping in all standard Prima widgets. Run
podview Prima::Drawable::Glyphs
and check out the examples in the end of the document.PostScript backend rewritten to generate embedded Type1 fonts. This allows to generate unicode text in PostScript documents.
In X11 backend, standard key combination (Ctrl+Shift+U) accepts unicode hex number as a character input. Try typing "a" then Ctrl+Shift+U 300 ENTER.
Prima::*Dialog packages are moved to Prima::Dialog::* namespace
Leave a comment