added MultiplyWorldTransform record type

This commit is contained in:
Radek Doulik
2011-07-27 16:27:25 +02:00
parent bc12620433
commit 2c9d31b48d
2 changed files with 25 additions and 0 deletions

View File

@@ -1336,6 +1336,8 @@ namespace cppcanvas
// - SetFont to process font metric specific actions
pCurrAct->Execute( &rVDev );
EMFP_DEBUG(printf("MTF\trecord type: %x\n", pCurrAct->GetType()));
switch( pCurrAct->GetType() )
{
// ------------------------------------------------------------