[Libreoffice-commits] core.git: Changes to 'feature/opengl-vcl-text'

Markus Mohrhard markus.mohrhard at collabora.co.uk
Mon Nov 3 19:33:54 PST 2014


New branch 'feature/opengl-vcl-text' available with the following commits:
commit 4af8f41df1c85fe0ec84b6a2c8f39b741aa5f09f
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Tue Nov 4 04:29:13 2014 +0100

    extract cairo rendering and abstract platform bits
    
    The text rendering is now abstracted into the TextRender abstract class.
    Additionally we have now an abstracted cairo rendering class
    CairoTextRender which is a subclass of the TextRender class. The
    CairoTextRender class is still platform independent and needs to be
    subclassed to implement the few platform dependent methods.
    
    You can reuse the cairo based text rendering now by subclassing
    CairoTextRender for the platform that you need.
    
    Change-Id: I8b07e3fe646a81563d308971d30e14a00fd921ad



More information about the Libreoffice-commits mailing list