Re: What's the "Hangul shaper"? Sounds like a power tool...



Peter Finderup Lund <firefly diku dk> writes: 
> > There's also a Unicode line separator (which forces a line break
> > inside a single paragraph).
> 
> Why isn't this one used instead or together with 0x2029?

You mean in the text widget? The "lines" in the text widget are
actually paragraphs. Meaning they may wrap to multiple lines. The line
separator char just affects how paragraphs wrap, i.e. it separates
lines in a paragraph.

The GtkText* API is technically misnamed, it maybe needs an
s/line/paragraph/ pass, but hey. For lines that actually appear as
single lines, the API uses "display_line."

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]