|
CartoType API
|
Public Member Functions | |
| CT_IMPORT CBitmap * | Parse (TResult &aError, MInputStream &aInput, const TTransform &aTransform) |
| CT_IMPORT void | Parse (TResult &aError, MInputStream &aInput, const TTransform &aTransform, CGraphicsContext &aGc) |
| int32 | ForcedWidth () const |
| int32 | ForcedHeight () const |
Static Public Member Functions | |
| static CT_IMPORT CSvgXmlHandler * | New (TResult &aError, CEngine &aEngine, int32 aForcedWidth, int32 aForcedHeight) |
| CT_EXPORT CBitmap * CSvgXmlHandler::Parse | ( | TResult & | aError, |
| MInputStream & | aInput, | ||
| const TTransform & | aTransform | ||
| ) |
Parse SVG and create a bitmap.
| CT_EXPORT void CSvgXmlHandler::Parse | ( | TResult & | aError, |
| MInputStream & | aInput, | ||
| const TTransform & | aTransform, | ||
| CGraphicsContext & | aGc | ||
| ) |
Parse SVG and write the output to the graphics context aGc.
1.7.5.1