| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
instead of strict parsing with FcUtf8ToUcs4() [fix/workaround for #1185640]
|
|
|
|
| |
[Fixes: #942320 "Tk, Xft, text and long lines"]
|
|
|
|
| |
(xref: patch #971980)
|
| |
|
| |
|
|
|
|
|
| |
Fixed TkpGetSubFonts() to return information about all subfonts,
not just the first one.
|
|
|
|
|
| |
pattern returned from GetFont (actual font) instead of the
query pattern (requested font).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ Added copyright notice
+ Fix infinite loop in Tk_MeasureChars when TK_WHOLE_WORDS is specified
+ Fix for crash in TkpGetNativeFont when XftXlfdParse() fails
+ TkpGetFontFromAttributes: use XftPatternCreate() and
XftPatternAddString(... XFT_FAMILY ...) instead of XftPatternBuild()
to initialise pattern; fixes crash when faPtr->family == NULL
+ Workaround for Tcl bug where malformed UTF-8 text can get passed
to Tk_MeasureChars / Tk_DrawChars.
+ TkpGetFontFromAttributes: don't request 0-pixel fonts
+ TkpGetNativeFont: don't use FcNameParse, since that tends to
always succeed, causing the usual Tk font parsing to be skipped.
|
|
|