Mozilla2:GFXTextRun: Difference between revisions

Jump to navigation Jump to search
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;
1,295

edits

Navigation menu