MGPlus maintains some rendermode defines and operations
| MPStatus MGPlusGetInterpolationMode | ( | HGRAPHICS | graphics, | |
| MPInterpolationMode * | value | |||
| ) |
Get the interpolation mode of graphic.
This function gets the interpolation mode of graphic
| graphics | The MGPlusGraphics pointer. | |
| value | The interpolation mode pointer. |
| MPStatus MGPlusGetPathRenderingHint | ( | HGRAPHICS | graphics, | |
| MPPathRenderingHint * | value | |||
| ) |
Get the path anti-alias value of graphic.
This function gets the path anti-alias value of graphic
| graphics | The MGPlusGraphics pointer. | |
| value | The path anti-alias value pointer. |
| MPStatus MGPlusGetSmoothingMode | ( | HGRAPHICS | graphics, | |
| MPSmoothingMode * | value | |||
| ) |
Set the smoothing mode of graphic.
This function gets the smoothing mode.
| graphics | The MGPlusGraphics pointer. | |
| value | The smoothing mode. |
| MPStatus MGPlusGetTextRenderingHint | ( | HGRAPHICS | graphics, | |
| MPTextRenderingHint * | value | |||
| ) |
Get the text rendering mode of graphic.
This function gets the text rendering mode of graphic
| graphics | The MGPlusGraphics pointer. | |
| value | The text rendering mode pointer. |
| MPStatus MGPlusSetInterpolationMode | ( | HGRAPHICS | graphics, | |
| MPInterpolationMode | value | |||
| ) |
Set the interpolation mode of graphic.
This function sets the interpolation mode of graphic
| graphics | The MGPlusGraphics pointer. | |
| value | The interpolation mode. |
| MPStatus MGPlusSetPathRenderingHint | ( | HGRAPHICS | graphics, | |
| MPPathRenderingHint | value | |||
| ) |
Set the path anti-alias value of graphic.
This function gets the compositing mode of graphic
| graphics | The MGPlusGraphics pointer. | |
| value | The anti-alias value. |
| MPStatus MGPlusSetSmoothingMode | ( | HGRAPHICS | graphics, | |
| MPSmoothingMode | smoothingMode | |||
| ) |
Set the smoothing mode of graphic.
This function sets the smoothing mode of graphic
| graphics | The MGPlusGraphics pointer. | |
| smoothingMode | The smoothing mode . |
| MPStatus MGPlusSetTextRenderingHint | ( | HGRAPHICS | graphics, | |
| MPTextRenderingHint | value | |||
| ) |
Set the text rendering mode of graphic.
This function sets the text rendering mode of graphic
| graphics | The MGPlusGraphics pointer. | |
| value | The text rendering mode. |
1.6.3