diff options
author | pommicket <pommicket@gmail.com> | 2023-07-19 15:54:54 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-07-19 19:03:44 -0400 |
commit | 27e03a5c693e58a482629af041579c5c87b6cebb (patch) | |
tree | 1f70ada22f574a8a351558469d551d7de09a13f1 /main.c | |
parent | 37f6dd7f1027e82fd12c12fca6ff0bae00e4004c (diff) |
compute kerning from glyph indices for better performance
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -509,7 +509,7 @@ int main(int argc, char **argv) { PROFILE_TIME(fonts_start) ted_load_fonts(ted); PROFILE_TIME(fonts_end) - + PROFILE_TIME(create_start) { TextBuffer *lbuffer = &ted->line_buffer; |