diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/tkWinFont.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/win/tkWinFont.c b/win/tkWinFont.c index 3d38ea4..7967a61 100644 --- a/win/tkWinFont.c +++ b/win/tkWinFont.c @@ -1363,7 +1363,10 @@ TkDrawAngledChars( * Draw a string of characters on the screen like Tk_DrawChars(), but * with access to all the characters on the line for context. On Windows * this context isn't consulted, so we just call Tk_DrawChars(). - * + * + * Note: TK_DRAW_IN_CONTEXT being currently defined only on macOS, this + * function is unused (and possibly unfinished). See [7655f65ae7]. +* * Results: * None. * |