class CWindowGc : public CBitmapContext |
Window graphics context.
Most window graphics context drawing functions map to equivalent CFbsBitGc functions. They are implemented on the screen with any co-ordinates being relative to the top left corner of the window. However extra clipping is applied. The drawing will always be clipped to the visible part of the window. In addition it will be clipped to the non-invalid part if you are not doing a redraw and to the region being validated if you are doing a redraw.
Note:
In general, server side functions which encounter conditions which would normally cause a leave, do not leave but instead return an error value indicating the leave condition. In this way the leave can be handled on the appropriate side of the client/server boundary. For example, a client can choose to wrap server calls with User::LeaveIfError(), which causes a leave with the specified error.
The above advice is true of many functions in this class, and in its derived classes.
Public Member Functions | |
---|---|
CWindowGc(CWsScreenDevice *) | |
~CWindowGc() | |
IMPORT_C void | Activate(RDrawableWindow &) |
IMPORT_C TInt | AlphaBlendBitmaps(const TPoint &, const CFbsBitmap *, const TRect &, const CFbsBitmap *, const TPoint &) |
IMPORT_C TInt | AlphaBlendBitmaps(const TPoint &, const CWsBitmap *, const TRect &, const CWsBitmap *, const TPoint &) |
IMPORT_C void | BitBlt(const TPoint &, const CFbsBitmap *) |
IMPORT_C void | BitBlt(const TPoint &, const CFbsBitmap *, const TRect &) |
IMPORT_C void | BitBlt(const TPoint &, const CWsBitmap *) |
IMPORT_C void | BitBlt(const TPoint &, const CWsBitmap *, const TRect &) |
IMPORT_C void | BitBltMasked(const TPoint &, const CFbsBitmap *, const TRect &, const CFbsBitmap *, TBool) |
IMPORT_C void | BitBltMasked(const TPoint &, const CWsBitmap *, const TRect &, const CWsBitmap *, TBool) |
IMPORT_C void | CancelClippingRect() |
IMPORT_C void | CancelClippingRegion() |
IMPORT_C void | Clear() |
IMPORT_C void | Clear(const TRect &) |
IMPORT_C TInt | Construct() |
IMPORT_C void | CopyRect(const TPoint &, const TRect &) |
IMPORT_C void | Deactivate() |
IMPORT_C CGraphicsDevice * | Device() |
IMPORT_C void | DiscardBrushPattern() |
IMPORT_C void | DiscardFont() |
IMPORT_C void | DrawArc(const TRect &, const TPoint &, const TPoint &) |
IMPORT_C void | DrawBitmap(const TPoint &, const CFbsBitmap *) |
IMPORT_C void | DrawBitmap(const TRect &, const CFbsBitmap *) |
IMPORT_C void | DrawBitmap(const TRect &, const CFbsBitmap *, const TRect &) |
IMPORT_C void | DrawBitmapMasked(const TRect &, const CFbsBitmap *, const TRect &, const CFbsBitmap *, TBool) |
IMPORT_C void | DrawBitmapMasked(const TRect &, const CWsBitmap *, const TRect &, const CWsBitmap *, TBool) |
IMPORT_C void | DrawEllipse(const TRect &) |
IMPORT_C void | DrawLine(const TPoint &, const TPoint &) |
IMPORT_C void | DrawLineBy(const TPoint &) |
IMPORT_C void | DrawLineTo(const TPoint &) |
IMPORT_C void | DrawPie(const TRect &, const TPoint &, const TPoint &) |
IMPORT_C void | DrawPolyLine(const CArrayFix< TPoint > *) |
IMPORT_C void | DrawPolyLine(const TPoint *, TInt) |
IMPORT_C TInt | DrawPolygon(const CArrayFix< TPoint > *, TFillRule) |
IMPORT_C TInt | DrawPolygon(const TPoint *, TInt, TFillRule) |
IMPORT_C void | DrawRect(const TRect &) |
IMPORT_C void | DrawRoundRect(const TRect &, const TSize &) |
IMPORT_C void | DrawText(const TDesC &, const TPoint &) |
IMPORT_C void | DrawText(const TDesC &, const TRect &, TInt, TTextAlign, TInt) |
IMPORT_C void | DrawTextVertical(const TDesC &, const TPoint &, TBool) |
IMPORT_C void | DrawTextVertical(const TDesC &, const TRect &, TInt, TBool, TTextAlign, TInt) |
IMPORT_C void | DrawWsGraphic(const TWsGraphicId &, const TRect &) |
IMPORT_C void | DrawWsGraphic(const TWsGraphicId &, const TRect &, const TDesC8 &) |
IMPORT_C TAny * | Interface(TUid) |
IMPORT_C const TAny * | Interface(TUid) |
IMPORT_C void | MapColors(const TRect &, const TRgb *, TInt, TBool) |
IMPORT_C void | MoveBy(const TPoint &) |
IMPORT_C void | MoveTo(const TPoint &) |
IMPORT_C void | Plot(const TPoint &) |
IMPORT_C void | Reset() |
IMPORT_C void | SetBrushColor(const TRgb &) |
IMPORT_C void | SetBrushOrigin(const TPoint &) |
IMPORT_C void | SetBrushStyle(TBrushStyle) |
IMPORT_C void | SetCharJustification(TInt, TInt) |
IMPORT_C void | SetClippingRect(const TRect &) |
IMPORT_C TInt | SetClippingRegion(const TRegion &) |
IMPORT_C void | SetDitherOrigin(const TPoint &) |
IMPORT_C void | SetDrawMode(TDrawMode) |
IMPORT_C void | SetFaded(TBool) |
IMPORT_C void | SetFadingParameters(TUint8, TUint8) |
IMPORT_C void | SetOpaque(TBool) |
IMPORT_C void | SetOrigin(const TPoint &) |
IMPORT_C void | SetPenColor(const TRgb &) |
IMPORT_C void | SetPenSize(const TSize &) |
IMPORT_C void | SetPenStyle(TPenStyle) |
IMPORT_C void | SetStrikethroughStyle(TFontStrikethrough) |
IMPORT_C void | SetUnderlineStyle(TFontUnderline) |
IMPORT_C void | SetWordJustification(TInt, TInt) |
IMPORT_C void | UseBrushPattern(const CFbsBitmap *) |
IMPORT_C void | UseFont(const CFont *) |
Protected Member Functions | |
---|---|
IMPORT_C TInt | APIExtension(TUid, TAny *&, TAny *) |
Public Member Enumerations | |
---|---|
enum | TGraphicsRotation { EGraphicsRotationNone, EGraphicsRotation90, EGraphicsRotation180, EGraphicsRotation270 } |
Inherited Enumerations | |
---|---|
CGraphicsContext:TBrushStyle | |
CGraphicsContext:TDrawMode | |
CGraphicsContext:TDrawModeComponents | |
CGraphicsContext:TFillRule | |
CGraphicsContext:TPenStyle | |
CGraphicsContext:TTextAlign |
Private Attributes | |
---|---|
CWsScreenDevice * | iDevice |
CPimpl * | iPimpl |
IMPORT_C | CWindowGc | ( | CWsScreenDevice * | aDevice | ) |
CWsScreenDevice * aDevice |
TInt | APIExDrawText | ( | const TDesC & | aBuf, |
const TTextParameters * | aParam, | |||
const TPoint & | aPos | |||
) | [private] |
const TDesC & aBuf | |
const TTextParameters * aParam | |
const TPoint & aPos |
TInt | APIExDrawText | ( | const TDesC & | aBuf, |
const TTextParameters * | aParam, | |||
const TRect & | aBox, | |||
TInt | aBaselineOffset, | |||
TTextAlign | aHoriz = ELeft, | |||
TInt | aLeftMrg = 0 | |||
) | [private] |
const TDesC & aBuf | |
const TTextParameters * aParam | |
const TRect & aBox | |
TInt aBaselineOffset | |
TTextAlign aHoriz = ELeft | |
TInt aLeftMrg = 0 |
TInt | APIExDrawTextVertical | ( | const TDesC & | aText, |
const TTextParameters * | aParam, | |||
const TPoint & | aPos, | |||
TBool | aUp | |||
) | [private] |
const TDesC & aText | |
const TTextParameters * aParam | |
const TPoint & aPos | |
TBool aUp |
TInt | APIExDrawTextVertical | ( | const TDesC & | aText, |
const TTextParameters * | aParam, | |||
const TRect & | aBox, | |||
TInt | aBaselineOffset, | |||
TBool | aUp, | |||
TTextAlign | aVert = ELeft, | |||
TInt | aMargin = 0 | |||
) | [private] |
const TDesC & aText | |
const TTextParameters * aParam | |
const TRect & aBox | |
TInt aBaselineOffset | |
TBool aUp | |
TTextAlign aVert = ELeft | |
TInt aMargin = 0 |
TInt | APIExGetShadowColor | ( | TAny *& | aOutput | ) | [private] |
TAny *& aOutput |
TInt | APIExGetUnderlineMetrics | ( | TAny *& | aOutput | ) | [private] |
TAny *& aOutput |
TInt | APIExSetShadowColor | ( | TAny * | aShadowColor | ) | [private] |
TAny * aShadowColor |
IMPORT_C TInt | APIExtension | ( | TUid | aUid, |
TAny *& | aOutput, | |||
TAny * | aInput | |||
) | [protected, virtual] |
An APIExtension method to allow the addition of new APIs to retain compatibility with previous versions of gdi.dll CGraphicsContext WARNING: Function for internal use ONLY. Compatibility is not guaranteed in future releases.
IMPORT_C void | Activate | ( | RDrawableWindow & | aDevice | ) | [virtual] |
RDrawableWindow & aDevice |
IMPORT_C TInt | AlphaBlendBitmaps | ( | const TPoint & | aDestPt, |
const CFbsBitmap * | aSrcBmp, | |||
const TRect & | aSrcRect, | |||
const CFbsBitmap * | aAlphaBmp, | |||
const TPoint & | aAlphaPt | |||
) | [virtual] |
S - a pixel from aSrcBmp;
W - a pixel from the window;
A - a pixel from aAlphaBmp; The contents of source and alpha bitmap are preserved. The calculated alpha blended pixels are written to the destination CBitmapContext.
const TPoint & aDestPt | Position in the target the result should be drawn to. |
const CFbsBitmap * aSrcBmp | A pointer to the source bitmap. |
const TRect & aSrcRect | The part of the source bitmap that should be used. |
const CFbsBitmap * aAlphaBmp | A pointer to the bitmap used as an alpha blending factor. |
const TPoint & aAlphaPt | Position of the first pixel in the alpha bitmap that should be used as a source for the alpha blending. The size of the area is the same as the source bitmap area - aSrcRect parameter. |
IMPORT_C TInt | AlphaBlendBitmaps | ( | const TPoint & | aDestPt, |
const CWsBitmap * | aSrcBmp, | |||
const TRect & | aSrcRect, | |||
const CWsBitmap * | aAlphaBmp, | |||
const TPoint & | aAlphaPt | |||
) | [virtual] |
The method performs an alpha blending of the source data, aSrcBmp, with the CBitmapContext, using the data from aAlphaBmp as an alpha blending factor. For information on how this function works, see the other overload.
const TPoint & aDestPt | Position in the target the result should be drawn to. |
const CWsBitmap * aSrcBmp | A pointer to the source bitmap. |
const TRect & aSrcRect | The part of the source bitmap that should be used. |
const CWsBitmap * aAlphaBmp | A pointer to the bitmap used as an alpha blending factor. |
const TPoint & aAlphaPt | Position of the first pixel in the alpha bitmap that should be used as a source for the alpha blending. The size of the area is the same as the source bitmap area - aSrcRect parameter. |
IMPORT_C void | BitBlt | ( | const TPoint & | aPoint, |
const CFbsBitmap * | aBitmap | |||
) | [virtual] |
Performs a bitmap block transfer.
This pure virtual function is implemented in derived classes.
const TPoint & aPoint | The destination for the top left corner of the transferred bitmap. It is relative to the top left corner of the destination bitmap, which may be the screen. |
const CFbsBitmap * aBitmap | A memory-resident bitmap. |
IMPORT_C void | BitBlt | ( | const TPoint & | aPoint, |
const CFbsBitmap * | aBitmap, | |||
const TRect & | aRect | |||
) | [virtual] |
Performs a bitmap block transfer of a rectangular piece of a bitmap.
If the specified rectangle is larger than the bitmap then the bitmap is padded with white.
This pure virtual function is implemented in derived classes.
const TPoint & aPoint | The destination for the top left corner of the transferred bitmap. It is relative to the top left corner of the destination bitmap, which may be the screen. |
const CFbsBitmap * aBitmap | A memory-resident bitmap |
const TRect & aRect | A rectangle defining the portion of the bitmap to transfer. Its coordinates are relative to the top left corner of the source bitmap. |
IMPORT_C void | BitBlt | ( | const TPoint & | aPoint, |
const CWsBitmap * | aBitmap | |||
) | [virtual] |
IMPORT_C void | BitBlt | ( | const TPoint & | aDestination, |
const CWsBitmap * | aBitmap, | |||
const TRect & | aSource | |||
) | [virtual] |
IMPORT_C void | BitBltMasked | ( | const TPoint & | aPoint, |
const CFbsBitmap * | aBitmap, | |||
const TRect & | aSourceRect, | |||
const CFbsBitmap * | aMaskBitmap, | |||
TBool | aInvertMask | |||
) | [virtual] |
Performs a masked bitmap block transfer.
The mask bitmap can be used as either a positive or negative mask. Masked pixels are not mapped to the destination rectangle.
This function uses either a black and white (binary) mask bitmap, or if aMaskBitmap's display mode is EGray256, alpha blending is used. Use of any other mode may result in unpredictable results
With aInvertMask=EFalse, black pixels in the mask bitmap stop corresponding pixels in the source bitmap from being transferred to the destination rectangle. With aInvertMask=ETrue, white pixels in the mask bitmap stop corresponding pixels in the source bitmap from being transferred to the destination rectangle.
Note that if the mask bitmap is smaller than the source bitmap, then it is tiled across the bitmap. Note that the mask is applied before the piece of the bitmap is defined - the mask is tiled relative to the top left of the original source bitmap rather than the top left of the bitmap piece.
This pure virtual function is implemented in derived classes.
const TPoint & aPoint | The destination for the top left corner of the transferred bitmap. It is relative to the top left corner of the destination bitmap, which may be the screen. |
const CFbsBitmap * aBitmap | A memory-resident source bitmap. |
const TRect & aSourceRect | A rectangle defining the piece of the bitmap to be drawn, with co-ordinates relative to the top left corner of the bitmap. |
const CFbsBitmap * aMaskBitmap | A mask bitmap |
TBool aInvertMask | If EFalse, a source pixel that is masked by a black pixel is not transferred to the destination rectangle. If ETrue, then a source pixel that is masked by a white pixel is not transferred to the destination rectangle. |
IMPORT_C void | BitBltMasked | ( | const TPoint & | aPoint, |
const CWsBitmap * | aBitmap, | |||
const TRect & | aSourceRect, | |||
const CWsBitmap * | aMaskBitmap, | |||
TBool | aInvertMask | |||
) | [virtual] |
IMPORT_C void | CancelClippingRect | ( | ) | [virtual] |
Cancels any clipping rectangle.
Clipping thus reverts to the full device area, the default.
IMPORT_C void | CancelClippingRegion | ( | ) | [virtual] |
Cancels the current clipping region. CGraphicsContext::SetClippingRegion()
IMPORT_C void | Clear | ( | ) | [virtual] |
Clears the whole bitmap.
The cleared area is filled with the current brush colour.
This pure virtual function is implemented in derived classes.
IMPORT_C void | Clear | ( | const TRect & | aRect | ) | [virtual] |
Clears a rectangular area of a bitmap.
The cleared area is filled with the current brush colour.
This pure virtual function is implemented in derived classes.
const TRect & aRect | The rectangle to clear. |
IMPORT_C void | CopyRect | ( | const TPoint & | aOffset, |
const TRect & | aRect | |||
) | [virtual] |
Copies a rectangle.
This pure virtual function is implemented in derived classes.
IMPORT_C CGraphicsDevice * | Device | ( | ) | const [virtual] |
Gets a pointer to the graphics context's graphics device.
A pointer to the graphics device.
IMPORT_C void | DiscardBrushPattern | ( | ) | [virtual] |
Discards a non-built-in brush pattern.
This frees up the memory used by the bitmap, if it is not being shared by another process.
Notes:
The brush is used for filling shapes and the background of text boxes. The brush has colour, style, pattern and pattern origin parameters.
If DiscardBrushPattern() is used, with no brush pattern set, then there is no effect.
IMPORT_C void | DiscardFont | ( | ) | [virtual] |
Discards a font.
This frees up the memory used, if the font is not being shared.
The function can be called when no font is in use.
IMPORT_C void | DrawArc | ( | const TRect & | aRect, |
const TPoint & | aStart, | |||
const TPoint & | aEnd | |||
) | [virtual] |
Draws an arc.
The arc is considered a portion of an ellipse. The ellipse is defined by the TRect argument.
The pixels at both the start point and the end point are drawn.
The arc itself is the segment of the ellipse drawn in an anti-clockwise direction from the start point to the end point.
Notes:
A rectangle is used in the construction of the ellipse of which the arc is a segment. This rectangle is passed as an argument of type TRect.
A wide line arc is drawn with the pixels distributed either side of a true ellipse, in such a way that the outer edge of the line would touch the edge of the construction rectangle. In other words, the ellipse used to construct it is slightly smaller than that for a single pixel line size.
If the specified start or end point is at the centre of the ellipse, then the line that defines the start or end of the arc defaults to one extending vertically above the centre point.
If the start and end point are the same point or are points on the same line through the ellipse centre then a complete unfilled ellipse is drawn.
const TRect & aRect | A rectangle in which to draw the ellipse, of which the arc is a segment. |
const TPoint & aStart | The point defining the start of the arc. It defines one end of a line from the geometric centre of the ellipse. The point of intersection between this line and the ellipse defines the start point of the arc. |
const TPoint & aEnd | The point defining the end of the arc. It defines one end of a second line from the geometric centre of the ellipse. The point of intersection between this line and the ellipse defines the end point of the arc. |
void | DrawArcOrPie | ( | const TRect & | aRect, |
const TPoint & | aStart, | |||
const TPoint & | aEnd, | |||
TInt | aOpcode | |||
) | [private] |
IMPORT_C void | DrawBitmap | ( | const TPoint & | aTopLeft, |
const CFbsBitmap * | aSource | |||
) | [virtual] |
Draws a bitmap at the specified point.
The point specifies the top left hand corner of the bitmap. The bitmap is compressed or stretched based on its internally stored size in twips.
Notes:
This member function uses the bitmap's size in twips and does a stretch/compress blit using a linear DDA.
As this function scales the bitmap, it is unavoidably slow. Therefore, where possible, use CBitmapContext::BitBlt() instead. If the bitmap has to be scaled, consider creating another bitmap along with an CFbsBitmapDevice etc, doing DrawBitmap() once and using BitBlt() subsequently.
Note that all bitmaps are clipped to the device boundaries.
const TPoint & aTopLeft | The point where the top left pixel of the bitmap is to be drawn |
const CFbsBitmap * aSource | A source bitmap |
IMPORT_C void | DrawBitmap | ( | const TRect & | aDestRect, |
const CFbsBitmap * | aSource | |||
) | [virtual] |
Draws a bitmap to fit a given rectangle.
The bitmap is compressed or stretched based on its internally stored size in pixels.
Notes:
This member function uses the bitmap's size in pixels and does a stretch/compress blit using a linear DDA.
As this function scales the bitmap, it is unavoidably slow. Therefore, where possible, use CBitmapContext::BitBlt() instead. If the bitmap has to be scaled, consider creating another bitmap along with an CFbsBitmapDevice etc., doing DrawBitmap() once and using BitBlt() subsequently.
Note that all bitmaps are clipped to the device boundaries.
const TRect & aDestRect | The rectangle within which the bitmap is to be drawn. |
const CFbsBitmap * aSource | A source bitmap. |
IMPORT_C void | DrawBitmap | ( | const TRect & | aDestRect, |
const CFbsBitmap * | aSource, | |||
const TRect & | aSourceRect | |||
) | [virtual] |
Draws a specified rectangle of a source bitmap to fit into a given destination rectangle.
Notes:
This member function uses rectangle sizes in pixels and does a stretch/compress blit using a linear DDA.
As this function scales the bitmap, it is unavoidably slow. Therefore, where possible, use CBitmapContext::BitBlt() instead. If the bitmap has to be scaled, consider creating another bitmap along with an CFbsBitmapDevice etc., doing DrawBitmap() once and using BitBlt() subsequently.
Note that all bitmaps are clipped to the device boundaries.
const TRect & aDestRect | The rectangle within which the bitmap is to be drawn. |
const CFbsBitmap * aSource | A source bitmap. |
const TRect & aSourceRect | The rectangle in the source bitmap that is copied to the destination rectangle. |
IMPORT_C void | DrawBitmapMasked | ( | const TRect & | aDestRect, |
const CFbsBitmap * | aBitmap, | |||
const TRect & | aSourceRect, | |||
const CFbsBitmap * | aMaskBitmap, | |||
TBool | aInvertMask | |||
) | [virtual] |
Draws a specified rectangle of a source bitmap to fit into a given rectangle using a given mask.
Notes:
This member function uses rectangle sizes in pixels and does a stretch/compress blit using a linear DDA.
const TRect & aDestRect | The rectangle within which the bitmap is to be drawn. |
const CFbsBitmap * aBitmap | The source bitmap |
const TRect & aSourceRect | The rectangle in the source bitmap that is to be drawn |
const CFbsBitmap * aMaskBitmap | The mask to be applied to the source bitmap while drawing |
TBool aInvertMask | Flag to indicate if the mask should be inverted. |
IMPORT_C void | DrawBitmapMasked | ( | const TRect & | aDestRect, |
const CWsBitmap * | aBitmap, | |||
const TRect & | aSourceRect, | |||
const CWsBitmap * | aMaskBitmap, | |||
TBool | aInvertMask | |||
) | [virtual] |
Draws a specified rectangle from a wserv bitmap and its mask into another rectangle.
The function compresses/stretches the specified rectangle from the bitmap to fit the destination rectangle. The mask bitmap can be used as either a positive or negative mask. Masked pixels are not mapped to the destination rectangle.
A black and white (binary) mask bitmap is used. With aInvertMask=EFalse, black pixels in the mask bitmap stop corresponding pixels in the source bitmap from being transferred to the destination rectangle. With aInvertMask=ETrue, white pixels in the mask bitmap stop corresponding pixels in the source bitmap from being transferred to the destination rectangle.
Note: this member function uses rectangle sizes in pixels and does a stretch/compress blit using a linear DDA.
const TRect & aDestRect | The rectangle within which the masked bitmap is to be drawn. |
const CWsBitmap * aBitmap | A source wserv bitmap. |
const TRect & aSourceRect | The rectangle in the source bitmap that is copied to the destination rectangle. |
const CWsBitmap * aMaskBitmap | A mask wserv bitmap. |
TBool aInvertMask | If false, a source pixel that is masked by a black pixel is not transferred to the destination rectangle. If true, then a source pixel that is masked by a white pixel is not transferred to the destination rectangle. |
IMPORT_C void | DrawEllipse | ( | const TRect & | aRect | ) | [virtual] |
Draws and fills an ellipse.
The ellipse is drawn inside the rectangle defined by the TRect argument. Any rectangle that has odd pixel dimensions, has the bottom right corner trimmed to give even pixel dimensions before the ellipse is constructed.
Note:
A wide outline ellipse is drawn with the pixels distributed either side of a true ellipse, in such a way that the outer edge of the line touches the edge of the construction rectangle. In other words, the ellipse used to construct it is smaller than that for a single pixel line size.
const TRect & aRect | The rectangle in which the ellipse is drawn. |
IMPORT_C void | DrawLine | ( | const TPoint & | aPoint1, |
const TPoint & | aPoint2 | |||
) | [virtual] |
Draws a straight line between two points.
IMPORT_C void | DrawLineBy | ( | const TPoint & | aVector | ) | [virtual] |
const TPoint & aVector | The vector to add to the current internal drawing position, giving the end point of the line. |
IMPORT_C void | DrawLineTo | ( | const TPoint & | aPoint | ) | [virtual] |
const TPoint & aPoint | The point at the end of the line. |
IMPORT_C void | DrawPie | ( | const TRect & | aRect, |
const TPoint & | aStart, | |||
const TPoint & | aEnd | |||
) | [virtual] |
Draws and fills a pie slice.
The pie slice is an area bounded by:
the arc of an ellipse drawn in an anticlockwise direction from the start point to the end point
the straight line drawn to the start point from the geometric centre of the ellipse.
the straight line to the end point from the geometric centre of the ellipse.
Notes:
A rectangle is used in the construction of the pie slice. This rectangle is passed as an argument of type TRect. The curved edge of the pie slice is an arc of an ellipse constructed within the rectangle.
The line drawn by the pen goes inside the specified rectangle.
The pixels at the end point of the arc are not drawn.
A wide line edged pie slice has the arc drawn with the pixels distributed either side of a true ellipse. This is done in such a way that the outer edge of the line touches the edge of the construction rectangle. In other words, the ellipse used to construct it is slightly smaller than that for a single pixel line size.
If the specified start or end point is at the centre of the ellipse, then the line that defines the start or end of the arc defaults to one extending vertically above the centre point.
If the start and end point are the same point or are points on the same line through the ellipse centre then a complete filled ellipse is drawn. A line is also drawn from the edge to the ellipse centre.
const TRect & aRect | A rectangle in which to draw the ellipse bounding the pie slice. |
const TPoint & aStart | A point defining the start of the arc bounding the pie slice. It defines one end of a line from the geometrical centre of the ellipse. The point of intersection between this line and the ellipse defines the start point of the arc. |
const TPoint & aEnd | A point to define the end of the arc bounding the pie slice. It defines one end of a second line from the geometrical centre of the ellipse. The point of intersection between this line and the ellipse defines the end point of the arc. |
IMPORT_C void | DrawPolyLine | ( | const CArrayFix< TPoint > * | aPointList | ) | [virtual] |
Draws a polyline from a set of points in an array.
A polyline is a series of concatenated straight lines joining a set of points.
IMPORT_C void | DrawPolyLine | ( | const TPoint * | aPointList, |
TInt | aNumPoints | |||
) | [virtual] |
Draws a polyline from a set of points in a list.
A polyline is a series of concatenated straight lines joining a set of points.
IMPORT_C TInt | DrawPolygon | ( | const CArrayFix< TPoint > * | aPointList, |
TFillRule | aFillRule = EAlternate | |||
) | [virtual] |
Draws and fills a polygon defined using an array of points.
The first point in the array defines the start of the first side of the polygon. The second point defines the second vertex (the end point of the first side and the start point of the second side).
The final side of the polygon is drawn using the last point from the array, and the line is drawn to the start point of the first side.
Self-crossing polygons are filled according to the specified fill rule.
KErrNone, if successful; otherwise, another of the system-wide error codes.
IMPORT_C TInt | DrawPolygon | ( | const TPoint * | aPointList, |
TInt | aNumPoints, | |||
TFillRule | aFillRule = EAlternate | |||
) | [virtual] |
Draws and fills a polygon defined using a list of points.
The first point in the list defines the start of the first side of the polygon. The second point defines the second vertex (the end point of the first side and the start point of the second side).
The final side of the polygon is drawn using the last point from the list, and the line is drawn to the start point of the first side.
Self-crossing polygons are filled according to the specified fill rule.
KErrNone, if successful; otherwise, another of the system-wide error codes.
IMPORT_C void | DrawRect | ( | const TRect & | aRect | ) | [virtual] |
Draws and fills a rectangle.
const TRect & aRect | The rectangle to be drawn. |
void | DrawResource | ( | const TPoint & | aPos, |
const RWsDrawableSource & | aSource, | |||
TGraphicsRotation | aRotation = EGraphicsRotationNone | |||
) | [private] |
const TPoint & aPos | |
const RWsDrawableSource & aSource | |
TGraphicsRotation aRotation = EGraphicsRotationNone |
void | DrawResource | ( | const TRect & | aDestRect, |
const RWsDrawableSource & | aSource, | |||
TGraphicsRotation | aRotation = EGraphicsRotationNone | |||
) | [private] |
const TRect & aDestRect | |
const RWsDrawableSource & aSource | |
TGraphicsRotation aRotation = EGraphicsRotationNone |
void | DrawResource | ( | const TRect & | aDestRect, |
const RWsDrawableSource & | aSource, | |||
const TRect & | aSrcRect, | |||
TGraphicsRotation | aRotation = EGraphicsRotationNone | |||
) | [private] |
const TRect & aDestRect | |
const RWsDrawableSource & aSource | |
const TRect & aSrcRect | |
TGraphicsRotation aRotation = EGraphicsRotationNone |
void | DrawResource | ( | const TRect & | aDestRect, |
const RWsDrawableSource & | aSource, | |||
const TDesC8 & | aParam | |||
) | [private] |
IMPORT_C void | DrawRoundRect | ( | const TRect & | aRect, |
const TSize & | aCornerSize | |||
) | [virtual] |
Draws and fills a rectangle with rounded corners.
The rounded corners are each constructed as an arc of an ellipse.
The line drawn by the pen, if any, goes inside the specified rectangle.
Notes:
Dotted and dashed pen styles cannot be used for the outline of a rounded rectangle.
If either corner size dimension is greater than half the corresponding rectangle length, the corner size dimension is reduced to half the rectangle size.
IMPORT_C void | DrawText | ( | const TDesC & | aText, |
const TPoint & | aPosition | |||
) | [virtual] |
Draws text without a surrounding box.
The text baseline is aligned with the y co-ordinate of the specified point, and the left end of the text is aligned with the x co-ordinate of the specified point.
Note:
Text drawing is done with the pen, and is subject to the pen colour. The effective text colour also depends on the drawing mode. The size and style of the text depends on the font used. The layout of the text depends on the justification mode set.
IMPORT_C void | DrawText | ( | const TDesC & | aText, |
const TRect & | aBox, | |||
TInt | aBaselineOffset, | |||
TTextAlign | aAlignment = ELeft, | |||
TInt | aLeftMargin = 0 | |||
) | [virtual] |
Draws text inside a box.
The surrounding box is filled with the current brush colour (not a pattern) and is drawn without any outline. The effective box colour depends on the drawing mode - if a brush colour has not been set then the brush defaults to white. The brush may be set to TBrushStyle::ENullBrush if text positioning relative to a box is required, but the box should not be filled.
The font used is that set by UseFont(). If no font is in use then a panic occurs.
The alignment of the text within the box can be specified.
Text drawn within a box is also clipped to that box. Unless you intend to clip the top off the text, aBaselineOffset should be greater than or equal to the ascent of the current font.
Offsets:
If the offset is negative, zero, or less than font height this is handled as would be expected, i.e. no text will be seen in the box in the first two instances, and the top of the text will be clipped in the latter case.
Margins:
For the drawing of right-aligned text, aLeftMargin indicates the margin from the right of aBox - where a positive value results in a leftwards offset.
Negative margins can be used to display portions of the text string clipped by the box. A negative margin for left aligned text would clip the start of the text string. Similarly, a negative margin for right aligned text would clip the end of the text string.
If the margin is greater than the width of the box then no text will be visible.
The margin is still honoured for centred text - centred text will not be centred in the box, unless the margin is zero.
Note:
Text drawing is done with the pen, and is thus subject to the pen colour. The effective text colour also depends on the drawing mode. The size and style of the text depends on the used font. The layout of the text depends on the justification mode set.
const TDesC & aText | The text string to be drawn. |
const TRect & aBox | The box to draw the text in. |
TInt aBaselineOffset | An offset from the top of the box to the text baseline. |
TTextAlign aAlignment = ELeft | The text alignment mode default is left aligned. |
TInt aLeftMargin = 0 | The left margin for left-aligned text, or the right margin for right-aligned text default is zero. |
IMPORT_C void | DrawTextVertical | ( | const TDesC & | aText, |
const TPoint & | aPos, | |||
TBool | aUp | |||
) | [virtual] |
Draws vertical text in the specified direction.
IMPORT_C void | DrawTextVertical | ( | const TDesC & | aText, |
const TRect & | aBox, | |||
TInt | aBaselineOffset, | |||
TBool | aUp, | |||
TTextAlign | aVert = ELeft, | |||
TInt | aMargin = 0 | |||
) | [virtual] |
Draws text vertically in the specified direction, within a box of the specified size.
const TDesC & aText | The text to be drawn. |
const TRect & aBox | The bounding box within which the text should be drawn, and which it is clipped to. |
TInt aBaselineOffset | The height of the top of the characters from their text baseline. |
TBool aUp | The direction. ETrue for up, EFalse for down. |
TTextAlign aVert = ELeft | The text alignment. |
TInt aMargin = 0 | The margin. |
IMPORT_C void | DrawWsGraphic | ( | const TWsGraphicId & | aId, |
const TRect & | aDestRect | |||
) | [virtual] |
const TWsGraphicId & aId | |
const TRect & aDestRect |
IMPORT_C void | DrawWsGraphic | ( | const TWsGraphicId & | aId, |
const TRect & | aDestRect, | |||
const TDesC8 & | aData | |||
) | [virtual] |
const TWsGraphicId & aId | |
const TRect & aDestRect | |
const TDesC8 & aData |
IMPORT_C void | MapColors | ( | const TRect & | aRect, |
const TRgb * | aColors, | |||
TInt | aNumPairs = 2, | |||
TBool | aMapForwards = ETrue | |||
) | [virtual] |
Maps pixels in the specified rectangle. The function tries to match the colour of a pixel with one of the RGB values in an array of RGB pairs. If there is a match, the colour is changed to the value specified in the other RGB in the RGB pair.
const TRect & aRect | The rectangle in which pixels are to be mapped. |
const TRgb * aColors | A pointer to a set of RGB pairs. |
TInt aNumPairs = 2 | The number of pairs |
TBool aMapForwards = ETrue | ETrue, mapping is done from the first RGB to the second RGB in the pair; EFalse, mapping is done from the second RGB to the first RGB in the pair. |
IMPORT_C void | MoveBy | ( | const TPoint & | aVector | ) | [virtual] |
Sets the drawing point relative to the current co-ordinates.
A subsequent call to DrawLineTo() or DrawLineBy() uses the new drawing point as the start point for the line drawn.
Notes
The operations DrawLine(), DrawLineTo(), DrawLineBy() and DrawPolyline() also change the internal drawing position to the last point of the drawn line(s).
The internal drawing position is set to the co-ordinate origin if no drawing or moving operations have yet taken place.
const TPoint & aVector | The amount by which the internal drawing position is to move. |
IMPORT_C void | MoveTo | ( | const TPoint & | aPoint | ) | [virtual] |
Sets the drawing point relative to the co-ordinate origin.
A subsequent call to DrawLineTo() or DrawLineBy() uses the new drawing point as the start point for the line drawn.
Notes
The operations DrawLine(), DrawLineTo(), DrawLineBy() and DrawPolyline() also change the internal drawing position to the last point of the drawn line(s).
The internal drawing position is set to the co-ordinate origin if no drawing or moving operations have yet taken place.
const TPoint & aPoint | The new internal drawing position. |
IMPORT_C void | Plot | ( | const TPoint & | aPoint | ) | [virtual] |
Draws a single point. The point is drawn with the current pen settings using the current drawing mode.
Note:
If the pen size is greater than one pixel, a filled circle of the current pen colour is drawn, with the pen size as the diameter and the plotted point as the centre. If the pen size is an even number of pixels, the extra pixels are drawn below and to the right of the centre.
const TPoint & aPoint | The point to be drawn. |
IMPORT_C void | Reserved_CGraphicsContext_2 | ( | ) | [private, virtual] |
A reserved virtual function for future use.
IMPORT_C void | Reset | ( | ) | [virtual] |
Resets the graphics context to its default settings:
the drawing mode is TDrawMode::EDrawModePen (pen and brush colours used as they are)
there is no clipping rectangle
the pen settings are: black, solid, single pixel size
the brush style is null
no text font is selected
IMPORT_C void | SetBrushColor | ( | const TRgb & | aColor | ) | [virtual] |
Sets the brush colour.
The effective brush colour depends on the drawing mode.
Notes:
The brush is used for filling shapes and the background of text boxes. The brush has colour, style, pattern and pattern origin parameters.
If no brush colour has been set, it defaults to white. However the default brush style is null, so when drawing to a window the default appears to be the window's background colour.
const TRgb & aColor | An RGB colour for the brush. |
IMPORT_C void | SetBrushOrigin | ( | const TPoint & | aOrigin | ) | [virtual] |
Sets the brush pattern origin.
This specifies the top left-hand corner position for the pattern tile around which copies of the pattern are tiled.
The brush pattern may be a built-in style, or a bitmap. To use a bitmap, the brush must have a pattern set and the brush style must be set to TBrushStyle::EPatternedBrush.
Notes
The brush is used for filling shapes and the background of text boxes. The brush has colour, style, pattern and pattern origin parameters.
If SetBrushOrigin() is not used, then the origin defaults to (0,0).
This brush origin remains in effect for all fillable shapes drawn subsequently, until a new brush origin is set. Shapes can thus be considered as windows onto a continuous pattern field (covering the whole clipping region of a screen device, or the whole device area of a printer).
const TPoint & aOrigin | An origin point for the brush. The coordinates are relative to the rectangle to fill, i.e. specify 0,0 to align the pattern flush with the top and left hand sides of the rectangle. |
IMPORT_C void | SetBrushStyle | ( | TBrushStyle | aBrushStyle | ) | [virtual] |
Sets the brush style.
Ten brush styles are provided, including six built-in hatching patterns. Note: The brush is used for filling shapes and the background of text boxes. The brush has colour, style, pattern and pattern origin parameters. Note: Use TBrushStyle::ENullBrush to draw the outline of a fillable shape on its own, without filling. Note: If the TBrushStyle::EPatternedBrush style is set, but no bitmap pattern has been selected using UseBrushPattern(), then the function panics. Note: Hatching lines are done in the current pen colour, set using SetPenColor(). The hatching pattern starts at the brush origin, set using SetBrushOrigin(). TBrushStyle::ENullBrush
TBrushStyle::EPatternedBrush
TBrushStyle aBrushStyle | A brush style. |
IMPORT_C void | SetCharJustification | ( | TInt | aExcessWidth, |
TInt | aNumChars | |||
) | [virtual] |
Sets character justification.
This function is required by the Text Views API, and is not intended for regular use by developers.
It affects the strings of text used in the calls to DrawText() that follow, until the number of characters drawn equals aNumChars.
The text line that is to be justified has a certain number of characters this includes the spaces between the words. It also has a distance (in pixels) between the end of the last word and the actual end of the line (right hand margin, usually). These excess width pixels are distributed amongst all the characters, increasing the gaps between them, to achieve full justification of the text line.
Use CFont::TextCount() to return the excess width.
Notes:
This function is provided to allow simulation of printer fonts on screen. Due to the fact that fully-scalable fonts are not used before v5, large printer fonts can be simulated by using the nearest smaller font and widening it slightly.
If the excess width is zero, then calling SetCharJustification() has no effect.
SetCharJustification() is required for WYSIWYG where the layout uses printer font metrics but screen fonts have to be drawn on the screen. Because continuously scalable typefaces (c.f. TrueType) are not used before v5 and because screen fonts are coarser and less numerous in their variety than the printer fonts, the best matching smaller screen font must be used with character justification to simulate the printer font on the screen.
There is also a situation where the gaps between characters on screen have to be reduced with character clipping. The screen font that best matches the printer font may have the required height, but has characters that are too wide. A line of text that works on the printer will then be too long on the screen, unless it is squashed horizontally. The number of pixels that overlap the end of the screen line must now be removed from the gaps between the characters, i.e. there is a negative excess width. This situation is especially important where adding a TAB on screen gives perfectly acceptable printout, but would push the last character of the line off the right hand side of the screen.
In practice what you do in printer layout mode is:
Calculate where the line breaks will come on the printer. To do this you use a printer font (which in practice means a table of character widths of the font that the printer will use).
Now change to use a screen font that is the closest font which is no taller that the printer font. In practice it will often be fatter maybe only for certain characters such as 'i'.
You have to recalculate the width of the characters using the screen fonts. You can do this using CFont::TextWidth() as you have already determined how many characters will fit on the line.
If, in the screen font, the characters are not as wide as the line then you can just use word justification to expand the line. You would only do this if the text is to be justified.
If, however, the characters are wider than the line then you would use character justification to clip each character. You would need to do this even if the line is not justified.
Thus, in practice, character justification will only very rarely be used to expand a line of characters.
IMPORT_C void | SetClippingRect | ( | const TRect & | aRect | ) | [virtual] |
Sets the clipping rectangle.
The area of visible drawing depends on the clipping rectangle, any items that fall outside the extent of the clipping rectangle will not be drawn. The default clipping rectangle is the full device area.
Note that clipping is additive. If a clipping region has been set using SetClippingRegion() then clipping will be to the intersection of that region and this rectangle.
const TRect & aRect | The rectangle to be used as the clipping rectangle. Note that this rectangle is tranformed by the current co-ordinate origin before it is used. The co-ordinate origin is set using SetOrigin(). |
IMPORT_C TInt | SetClippingRegion | ( | const TRegion & | aRegion | ) | [virtual] |
Sets the clipping region, any items that fall outside the extent of the clipping region will not be drawn.
Note that clipping is additive. If a clipping rectangle has been set using SetClippingRect() then clipping will be to the intersection of that rectangle and this region.
KErrNone if successful; KErrArgument if the TRegion is not valid; KErrNoMemory if there is insufficient memory.
const TRegion & aRegion | The new clipping region. Note that clipping region co-ordinates are used as absolute co-ordinates, they are not transformed by the current co-ordinate origin before use (as occurs in SetClippingRect()). |
IMPORT_C void | SetDitherOrigin | ( | const TPoint & | aPoint | ) | [virtual] |
const TPoint & aPoint |
IMPORT_C void | SetDrawMode | ( | TDrawMode | aDrawingMode | ) | [virtual] |
Sets the drawing mode.
The way that the pen and brush draw depends on the drawing mode. The drawing mode affects the colour that is actually drawn, because it defines the way that the current screen colour logically combines with the current pen colour and brush colour. There are many drawing modes, each giving different logical combinations of pen, brush and screen colours. Each mode is produced by ORing together different combinations of seven drawing mode components.
The three most important modes are TDrawMode::EDrawModePEN, TDrawMode::EDrawModeNOTSCREEN and TDrawMode::EDrawModeXOR. The default drawing mode is TDrawMode::EDrawModePEN.
The drawing mode is over-ridden for line and shape drawing functions when a wide pen line has been selected. It is forced to TDrawMode::EDrawModePEN. This is to prevent undesired effects at line joins (vertexes).
Notes:
TDrawMode::EDrawModeAND gives a "colour filter" effect. For example:
ANDing with white gives the original colour
ANDing with black gives black
TDrawMode::EDrawModeOR gives a "colour boost" effect. For example:
ORing with black gives the original colour
ORing with white gives white
TDrawMode::EDrawModeXOR gives an "Exclusive OR" effect. For example:
white XOR black gives white
white XOR white gives black
black XOR black gives black
TDrawMode::EDrawModeWriteAlpha should not normally need to be used by client code. The following are exceptions:-
When a client side EColor16MA bitmap needs to have a transparent background (because you are intending to blend it onto something else), then you need to set EDrawModeWriteAlpha to Clear() it.
When you want to BitBlt() with an EColor16MA source bitmap that is opaque everywhere, then using EDrawModeWriteAlpha is more efficient than EDrawModePEN, because the bitmap does not need to be blended.
Note that if you have a transparent brush or source bitmap and you are drawing to a window, then it is a defect to use EDrawModeWriteAlpha.
TDrawMode aDrawingMode | The drawing mode. |
IMPORT_C void | SetFaded | ( | TBool | aFaded | ) | [virtual] |
Sets whether the graphics context is faded.
TBool aFaded | ETrue to fade the GC; EFalse to unfade it. |
IMPORT_C void | SetFadingParameters | ( | TUint8 | aBlackMap, |
TUint8 | aWhiteMap | |||
) | [virtual] |
Sets the fading parameters.
This function allows you to override the map used when drawing with a faded graphics context (GC). However if you draw to a faded window with a faded GC, then fading on the GC is ignored and the fading of the window is used.
Fading is used to change the colour of a window to make other windows stand out. Fading can either make a faded window closer to white or closer to black.
Fading re-maps colours in the faded GC to fall between the specified black and white map values. If aBlackMap=0 and aWhiteMap=255 then the colours are mapped unchanged. As the values converge the colours are mapped to a smaller range - so the differences between colours in the faded GC decrease. If the values are reversed then the colours are inverted (i.e. where the GC would be black, it is now white).
void | SetJustification | ( | TInt | aExcessWidth, |
TInt | aNumGaps, | |||
TInt | aOpcode | |||
) | [private] |
IMPORT_C void | SetOpaque | ( | TBool | aDrawOpaque = ETrue | ) | [virtual] |
TBool aDrawOpaque = ETrue |
IMPORT_C void | SetOrigin | ( | const TPoint & | aPos = TPoint(0, 0) | ) | [virtual] |
Sets the position of the co-ordinate origin.
All subsequent drawing operations are done relative to this origin.
IMPORT_C void | SetPenColor | ( | const TRgb & | aColor | ) | [virtual] |
Sets the pen colour.
The effective pen colour depends on the drawing mode. The default pen colour is black.
Note:
The pen is used to draw lines, the outlines of filled shapes, and text. The class provides member functions to set the colour of the pen, the style of line and the line size drawn.
const TRgb & aColor | An RGB colour for the pen. |
IMPORT_C void | SetPenSize | ( | const TSize & | aSize | ) | [virtual] |
Sets the line drawing size for the pen.
Lines of size greater than one pixel:
are drawn with rounded ends that extend beyond the end points, (as if the line is drawn using a circular pen tip of the specified size).
are always drawn in TDrawMode::EDrawModePEN mode, overriding whatever mode has been set using SetDrawMode().
Notes:
The pen is used to draw lines, the outlines of filled shapes, and text. The class provides member functions to set the colour of the pen, the style of line and the line size drawn.
Wide straight lines and arcs have rounded ends so that concatenated wide lines have smoothly rounded corners at the vertexes.
When lines are made wide, the extra strips of pixels are added equally to both sides of the line. This works precisely for lines of odd pixel size (3, 5, 7, etc.). Wide lines of even pixel size, (2, 4, 6, etc.), have the extra strip of pixels added to the right and/or below the line.
Wide outlines of ellipses and wide line arcs are drawn with the pixels distributed either side of a thin (single pixel wide) true ellipse constructed in the normal manner. Wide ellipses and arcs of even pixel size have the extra strip of pixels added to the right and/or below the curved line. This gives a slight asymmetry to ellipses.
If the pen style is dotted or dashed, the size specification is ignored: a single-pixel wide primitive is drawn, (this is device dependant).
A line size of zero is handled as if the pen style had been set to TPenStyle::ENullPen.
const TSize & aSize | A line size. The default is 1 pixel. |
IMPORT_C void | SetPenStyle | ( | TPenStyle | aPenStyle | ) | [virtual] |
Sets the line drawing style for the pen.
There are 6 pen styles. If no pen style is set, then the default is TPenStyle::ESolidPen. To use a pen style, its full context must be given, e.g. for a null pen:
CGraphicsContext::TPenStyle::ENullPen Notes:
The pen is used to draw lines, the outlines of filled shapes, and text. CGraphicsContext member functions are provided to set the colour of the pen, the style of line and the line size drawn.
The TPenStyle::ENullPen style should be used if a border is not required around a filled shape.
Dotted and dashed pen styles have a device dependant implementation, always give single-pixel size lines on the screen whatever the pen size set by SetPenSize() and can only be used for straight lines, polylines, non-rounded rectangles and polygons.
The dotted/dashed pattern is continued, without re-starting, for all consecutively drawn straight lines, i.e.
the outlines of rectangles the pattern starts in the top left corner. It is reset at the end of the function call.
the outlines of polygons the pattern starts at the first point. It is reset at the end of the function call.
polylines and straight lines the pattern starts at the first point initially. Consecutive calls to DrawLine() and/or DrawPolyLine(), whether the lines are concatenated or not, continue the pattern. It can be reset by a further call to SetPenStyle() using the same dotted/dashed style parameter.
TPenStyle aPenStyle | A pen style. |
IMPORT_C void | SetStrikethroughStyle | ( | TFontStrikethrough | aStrikethroughStyle | ) | [virtual] |
Sets the strikethrough style.
This is applied to all subsequently drawn text.
TFontStrikethrough aStrikethroughStyle | The strikethrough style on or off. |
IMPORT_C void | SetUnderlineStyle | ( | TFontUnderline | aUnderlineStyle | ) | [virtual] |
Sets the underline style.
This is applied to all subsequently drawn text.
TFontUnderline aUnderlineStyle | The underline style on or off. |
IMPORT_C void | SetWordJustification | ( | TInt | aExcessWidth, |
TInt | aNumGaps | |||
) | [virtual] |
Adjusts the spaces between words to stretch or squeeze to a certain width.
The function is required by the Text Views API, and is not intended for regular use by developers.
The text line that is to be justified has a certain number of gaps (spaces) between the words. It also has a distance (in pixels) between the end of the last word and the actual end of the line (right hand margin, usually). These excess width pixels are distributed amongst the gaps between the words to achieve full justification of the text line. Spaces become fat spaces to keep underlining/strikethrough consistent. Pixels are distributed to the inter-word gaps starting from the left end of the string. The spacing between characters in each word remains unchanged.
After a call to SetWordJustification(), subsequent calls to either of the two DrawText() functions are affected until the number of spaces specified by aNumSpaces is used up.
The easiest way to find out the excess width and number of spaces is to call CFont::MeasureText(). This function can also perform counting, which is finding how much of some text will fit into a given width.
Use CFont::TextCount() to return the excess width.
For example, in the string "To be, or not to be", there are five inter-word gaps. If there are six excess pixels they will be distributed in the proportion 2, 1, 1, 1, 1 between the words. If there are nine excess pixels they will be distributed in the proportion 2, 2, 2, 2, 1 between the words.
Notes:
If the excess width is zero, then calling SetWordJustification() has no effect.
At first sight it may appear that SetWordJustification() is not required because you can simply call DrawText() for each word. However, underlined justified text does not work using this strategy you get a non-underlined gap between the space and the beginning of the next word.
IMPORT_C void | UseBrushPattern | ( | const CFbsBitmap * | aBitmap | ) | [virtual] |
Sets the brush pattern to the specified bitmap.
For the brush to actually use the bitmap, TBrushStyle::EPatternedBrush must be used to set the brush style.
When the brush pattern is no longer required, use DiscardBrushPattern() to free up the memory used, if the bitmap is not being shared. If UseBrushPattern() is used again without using DiscardBrushPattern() then the previous pattern is discarded automatically.
Notes:
The brush is used for filling shapes and the background of text boxes. The brush has colour, style, pattern and pattern origin parameters.
When loading a bitmap, the bitmap is checked to see if it is already in memory. If the bitmap is already there, then that copy is shared.
The brush does not need to have a pattern set at all. There are several built-in hatching patterns which can be selected using SetBrushStyle().
const CFbsBitmap * aBitmap | A bitmap pattern for the brush. |
IMPORT_C void | UseFont | ( | const CFont * | aFont | ) | [virtual] |
Sets the device font to be used for text drawing.
If the font is already in memory, then that copy is shared.
Notes:
The CFont* argument must have been previously initialised by calling MGraphicsDeviceMap::GetNearestFontInTwips() with the required font-specification. If the CFont* has not been initialised correctly, and therefore does not point to an available font-bitmap, then a panic is raised.
When the font is no longer required, use DiscardFont() to free up the memory used. If UseFont() is used again without using DiscardFont() then the previous font is discarded automatically.
If no font has been selected, and an attempt is made to draw text with DrawText(), then a panic is raised.
const CFont * aFont | A device font |
void | WriteTextCommand | ( | TAny * | aCmd, |
TInt | aLen, | |||
const TDesC & | aBuf, | |||
TInt | aOpcode, | |||
TInt | aOpcodePtr | |||
) | const [private] |
void | WriteTextCommand | ( | TAny * | aCmd, |
TInt | aLen, | |||
const TDesC8 & | aBuf, | |||
TInt | aOpcode, | |||
TInt | aOpcodePtr | |||
) | const [private] |
void | WriteTextPos | ( | TInt | aOpcode, |
TInt | aOpcodePtr, | |||
const TPoint & | aPos, | |||
const TDesC & | aBuf | |||
) | const [private] |
void | doDrawPolyLine | ( | const CArrayFix< TPoint > * | aPointArray, |
const TPoint * | aPointList, | |||
TInt | aNumPoints | |||
) | [private] |
TInt | doDrawPolygon | ( | const CArrayFix< TPoint > * | aPointArray, |
const TPoint * | aPointList, | |||
TInt | aNumPoints, | |||
TFillRule | aFillRule | |||
) | [private] |
Defines possible clockwise rotation values.
WARNING: Enum for internal and partner use ONLY. Compatibility is not guaranteed in future releases.
EGraphicsRotationNone |
No rotation. |
EGraphicsRotation90 |
A 90 degree rotation. |
EGraphicsRotation180 |
A 180 degree rotation. |
EGraphicsRotation270 |
A 270 degree rotation. |