diff options
Diffstat (limited to 'src/Fl_Font.H')
| -rw-r--r-- | src/Fl_Font.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Font.H b/src/Fl_Font.H index 65b00df8e..75478b626 100644 --- a/src/Fl_Font.H +++ b/src/Fl_Font.H @@ -63,11 +63,11 @@ public: ATSUTextLayout layout; # if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5 CTFontRef fontref; + // the unicode span is divided in 256 blocks of 256 characters + float *width[256]; // array of arrays of character widths # endif ATSUStyle style; short ascent, descent, q_width; -// short width[256]; -// bool knowWidths; char *q_name; int size; # elif USE_XFT |
