1,295
edits
No edit summary |
No edit summary |
||
| Line 23: | Line 23: | ||
}; | }; | ||
/** | |||
* Asks the linebreaker to compute line break opportunities for a block | |||
* of text. The text is a sequence of text chunks. The chunks with | |||
* non-null mBreakOutput get break opportunities computed for them and | |||
* stored in the array pointed to by mBreakOutput. | |||
*/ | |||
void ComputeLineBreaks(const TextChunk* aTextChunks, PRUint32 aNumChunks); | void ComputeLineBreaks(const TextChunk* aTextChunks, PRUint32 aNumChunks); | ||
}; | }; | ||
edits