mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 10:40:12 +00:00
Fixing bustage
This commit is contained in:
parent
137a1120f8
commit
7115ecbf2d
@ -51,6 +51,7 @@
|
||||
#include "gfxFont.h"
|
||||
|
||||
class gfxRegion;
|
||||
class gfxTextRun;
|
||||
|
||||
/**
|
||||
* This is the main class for doing actual drawing. It is initialized using
|
||||
@ -190,6 +191,22 @@ public:
|
||||
void Ellipse(gfxPoint center, gfxSize dimensions);
|
||||
void Polygon(const gfxPoint *points, PRUint32 numPoints);
|
||||
|
||||
/**
|
||||
** Text
|
||||
**/
|
||||
|
||||
/**
|
||||
* Add the text outline to the current path.
|
||||
*/
|
||||
// specify this in a sane way.
|
||||
//void AddStringToPath(gfxTextRun& text);
|
||||
|
||||
/**
|
||||
* Draw the text run at the current point.
|
||||
* XXX support drawing subsections of the text run
|
||||
*/
|
||||
void DrawTextRun(gfxTextRun *text, gfxPoint pt);
|
||||
|
||||
/**
|
||||
** Transformation Matrix manipulation
|
||||
**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user