-WaE: nested template problems.
[LibreOffice.git] / basebmp / README
blob7087cea8885d527935686e7f912a967ffe56f281
1 Provides a BitmapDevice: the vcl software renderer
3 Provides algorithms and data types for bitmap graphics e.g. line and fill
4 polygon scan conversion, bitmap format iterators, and a SalGraphics-compatible
5 software renderer
7 Used for example for wmf / svm files. E.g. used when you do -headless, and
8 have no DISPLAY set - it's an all-software backend for the LibO graphic
9 backend. also see [git:vcl/headless].