remove some excessive swearing from a comment about pango
This commit is contained in:
parent
829e746b4d
commit
e298cde9b0
1 changed files with 2 additions and 2 deletions
|
@ -406,8 +406,8 @@ void RrFontDraw(XftDraw *d, RrTextureText *t, RrRect *area)
|
|||
t->font->xftfont->ascent + y,
|
||||
(FcChar8*)text->str, l);
|
||||
#else /* USE_PANGO */
|
||||
/* This looks retarded, but layout_line() bases y on the baseline, while
|
||||
* layout() bases y on the top of the ink layout shit ass fucking crap.
|
||||
/* layout_line() bases y on the baseline, while
|
||||
* layout() bases y on the top of the ink layout.
|
||||
* We want the baseline to always be in the same place, thusly, we use
|
||||
* layout_line()
|
||||
* The actual line doesn't need to be freed */
|
||||
|
|
Loading…
Reference in a new issue