(svn r25436) -Codechange: split the font detection code out of the font caching code

This commit is contained in:
rubidium
2013-06-23 15:20:23 +00:00
parent 5733569153
commit d99113bd00
10 changed files with 846 additions and 771 deletions

View File

@@ -539,6 +539,10 @@
RelativePath=".\..\src\fontcache.cpp"
>
</File>
<File
RelativePath=".\..\src\fontdetection.cpp"
>
</File>
<File
RelativePath=".\..\src\base_consist.cpp"
>
@@ -1067,6 +1071,10 @@
RelativePath=".\..\src\fontcache.h"
>
</File>
<File
RelativePath=".\..\src\fontdetection.h"
>
</File>
<File
RelativePath=".\..\src\base_consist.h"
>