Yuri Dario wrote: >>You might find this interesting: >>http://wiki.services.openoffice.org/wiki/Fonts_starting_point_and_documentation >>http://wiki.services.openoffice.org/wiki/Sallayout.hxx > > It seems that I need to code using the win32 sources as example :-(
The Win32 implementation uses specialized containers for the results of the typographic layout. It would be easier if you used the generic container like in the unix implementation (vcl/source/glyphs/gcach_layout.cxx). > thanks for URL: I found something more than before, but still some > things are hidden; e.g. how should I implement fallback? or match font > attributes? GenericSalLayout does the fallback almost by itself. You just need to implement the OS/2 specific LayoutText() method. -- Herbert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
