#include "textFont.h"
#include "config_text.h"
#include "ctype.h"
Go to the source code of this file.
Functions | |
bool | isblank (unsigned int ch) |
An internal function, similar to isspace(), except it does not consider newlines to be whitespace. | |
bool | isspacew (unsigned int ch) |
An internal function that works like isspace() but is safe to call for a wide character. |
Definition in file textFont.cxx.
|
An internal function, similar to isspace(), except it does not consider newlines to be whitespace.
Definition at line 39 of file textFont.cxx. References INLINE. |
|
An internal function that works like isspace() but is safe to call for a wide character.
Definition at line 53 of file textFont.cxx. Referenced by TextFont::calc_width(), TextFont::wordwrap_to(), and TextFont::write(). |