mGPlus API Reference
v1.4.0
A MiniGUI component which provides support for advanced 2D graphics functions
|
Functions | |
MGPLUS_EXPORT MPStatus | MGPlusGetSmoothingMode (HGRAPHICS graphics, MPSmoothingMode *value) |
Set the smoothing mode of graphic. More... | |
MGPLUS_EXPORT MPStatus | MGPlusSetSmoothingMode (HGRAPHICS graphics, MPSmoothingMode value) |
Set the smoothing mode of graphic. More... | |
MGPLUS_EXPORT MPStatus | MGPlusSetPathRenderingHint (HGRAPHICS graphics, MPPathRenderingHint value) |
Set the path anti-alias value of graphic. More... | |
MGPLUS_EXPORT MPStatus | MGPlusGetPathRenderingHint (HGRAPHICS graphics, MPPathRenderingHint *value) |
Get the path anti-alias value of graphic. More... | |
MGPLUS_EXPORT MPStatus | MGPlusSetTextRenderingHint (HGRAPHICS graphics, MPTextRenderingHint value) |
Set the text rendering mode of graphic. More... | |
MGPLUS_EXPORT MPStatus | MGPlusGetTextRenderingHint (HGRAPHICS graphics, MPTextRenderingHint *value) |
Get the text rendering mode of graphic. More... | |
MGPLUS_EXPORT MPStatus | MGPlusSetInterpolationMode (HGRAPHICS graphics, MPInterpolationMode mode) |
Set the interpolation mode of graphic. More... | |
MGPLUS_EXPORT MPStatus | MGPlusGetInterpolationMode (HGRAPHICS graphics, MPInterpolationMode *mode) |
Get the interpolation mode of graphic. More... | |
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. |