1,295
edits
| Line 11: | Line 11: | ||
class gfxTextRun { | class gfxTextRun { | ||
// these do not copy the text | // these do not copy the text | ||
gfxTextRun(const char* ASCII, int length, nsFontMetrics* font, nsIAtom* language); | gfxTextRun(const char* ASCII, int length, nsFontMetrics* font, PRBool RTL, nsIAtom* language); | ||
gfxTextRun(const PRUnichar* unicode, int length, nsFontMetrics* font, nsIAtom* language); | gfxTextRun(const PRUnichar* unicode, int length, nsFontMetrics* font, PRBool RTL, nsIAtom* language); | ||
enum { ClusterStart = 0x1 } CharFlags; | enum { ClusterStart = 0x1 } CharFlags; | ||
edits