Rev 2217 |
Rev 3543 |
Go to most recent revision |
Compare with Previous |
Directory listing |
Details |
Blame |
View Log
| RSS feed
Last modification
- Rev 2529 — 6179d 12h
- Author: craig
- Log message:
- Give util.cpp its own header file and start moving util.cpp users
over to it instead of `extern' definitions.
Also move some of the functions in util.cpp into their own files,
scfontmetrics.{cpp,h}. These functions are used only by a small
subset of util.cpp users, and doing this means we don't have to
pull in the Freetype header files for all util.h users. Several
functions and global variables are also made static since they're
only used in that file.