|
| | GSurfacePainterGTK (cairo_t *painter) |
| virtual | ~GSurfacePainterGTK () |
| GFont * | SelectPainterFont (GFont *font) override |
| void | SetPainterClipRect (int x, int y, int w, int h, bool enable, int org_x=0, int org_y=0) override |
| void | DoPaintTextMultiLine (int x, int y, TextMultilineInfo *tml, COLORREF color, UINT align=DT_LEFT|DT_TOP, int org_x=0, int org_y=0) override |
| void | DoPaintTextOutW (int x, int y, LPCWSTR text, int c, COLORREF color, UINT align=DT_LEFT|DT_TOP, int org_x=0, int org_y=0) override |
| void | DoPaintTextOutA (int x, int y, LPCSTR text, int c, COLORREF color, UINT align=DT_LEFT|DT_TOP, int org_x=0, int org_y=0) override |
| void | DoPaintTextOut (int x, int y, LPCTSTR text, int c, COLORREF color, UINT align=DT_LEFT|DT_TOP, int org_x=0, int org_y=0) override |
| void | DoPaintTextW (LPRECT lprc, LPCWSTR text, int c, COLORREF color, UINT format, int org_x=0, int org_y=0) override |
| void | DoPaintTextA (LPRECT lprc, LPCSTR text, int c, COLORREF color, UINT format, int org_x=0, int org_y=0) override |
| void | DoPaintText (LPRECT lprc, LPCTSTR text, int c, COLORREF color, UINT format, int org_x=0, int org_y=0) override |
| void | DoPaintTextAngleW (int x, int y, float angle, LPCWSTR text, int len, COLORREF color, UINT align=DT_LEFT|DT_TOP, int org_x=0, int org_y=0) override |
| void | DoPaintTextAngleA (int x, int y, float angle, LPCSTR text, int len, COLORREF color, UINT align=DT_LEFT|DT_TOP, int org_x=0, int org_y=0) override |
| void | DoPaintTextAngle (int x, int y, float angle, LPCTSTR text, int len, COLORREF color, UINT align=DT_LEFT|DT_TOP, int org_x=0, int org_y=0) override |
| | GSurfacePainter () |
| virtual | ~GSurfacePainter () |
| virtual GFont * | GetPainterCurrentFont () |
| virtual SIZE | GetTextSize (LPCTSTR text, int len) |
| virtual SIZE | GetTextSizeW (LPCWSTR text, int len) |
| virtual SIZE | GetTextSizeA (LPCSTR text, int len) |
| virtual void | DoPaintTextMultiLine (int x, int y, TextMultilineInfo *tml, const GColor &color, UINT align=DT_LEFT|DT_TOP, int org_x=0, int org_y=0) |
| virtual void | DoPaintTextOutW (int x, int y, LPCWSTR text, int c, const GColor &color, UINT align=DT_LEFT|DT_TOP, int org_x=0, int org_y=0) |
| virtual void | DoPaintTextOutA (int x, int y, LPCSTR text, int c, const GColor &color, UINT align=DT_LEFT|DT_TOP, int org_x=0, int org_y=0) |
| virtual void | DoPaintTextOut (int x, int y, LPCTSTR text, int c, const GColor &color, UINT align=DT_LEFT|DT_TOP, int org_x=0, int org_y=0) |
| virtual void | DoPaintTextW (LPRECT lprc, LPCWSTR text, int c, const GColor &color, UINT format, int org_x=0, int org_y=0) |
| virtual void | DoPaintTextA (LPRECT lprc, LPCSTR text, int c, const GColor &color, UINT format, int org_x=0, int org_y=0) |
| virtual void | DoPaintText (LPRECT lprc, LPCTSTR text, int c, const GColor &color, UINT format, int org_x=0, int org_y=0) |
| virtual void | DoPaintTextAngleW (int x, int y, float angle, LPCWSTR text, int len, const GColor &color, UINT align=DT_LEFT|DT_TOP, int org_x=0, int org_y=0) |
| virtual void | DoPaintTextAngleA (int x, int y, float angle, LPCSTR text, int len, const GColor &color, UINT align=DT_LEFT|DT_TOP, int org_x=0, int org_y=0) |
| virtual void | DoPaintTextAngle (int x, int y, float angle, LPCTSTR text, int len, const GColor &color, UINT align=DT_LEFT|DT_TOP, int org_x=0, int org_y=0) |