]> git.wh0rd.org - fontconfig.git/commit
Replace character discovery loop with simpler, faster version.
authorDavid Turner <david@freetype.org>
Thu, 7 Sep 2006 21:29:35 +0000 (14:29 -0700)
committerKeith Packard <keithp@neko.keithp.com>
Thu, 7 Sep 2006 21:29:35 +0000 (14:29 -0700)
commit31e0f0321057a7612ed5a7fa890dad09e6a53ee6
tree28ef258143f3727776f3e45b31564c065e60412d
parent8d779ce4b3cdac796e20ca568654c0ef1c576809
Replace character discovery loop with simpler, faster version.

The existing loop for discovering which characters map to glyphs is ugly and
inefficient. The replacement is functionally identical, but far cleaner and
faster.
src/fcfreetype.c