fdo#82577: Handle Font

Put the VCL Font class in the vcl namespace. Avoids clash with the X11
Font typedef.

Change-Id: I1a84f7cad8b31697b9860a3418f7dff794ff6537
This commit is contained in:
Noel Grandin
2014-09-16 10:09:58 +02:00
parent 9c81826876
commit 60e78fbb80
470 changed files with 1396 additions and 1392 deletions

View File

@@ -100,7 +100,7 @@ namespace vclcanvas
}
bool setupFontTransform( ::Point& o_rPoint,
::Font& io_rVCLFont,
vcl::Font& io_rVCLFont,
const rendering::ViewState& rViewState,
const rendering::RenderState& rRenderState,
::OutputDevice& rOutDev )