(svn r25465) -Codechange: add the concept of a layouting engine for text

This commit is contained in:
rubidium
2013-06-25 20:29:31 +00:00
parent 4a8f47b9a5
commit c0538388c9
7 changed files with 496 additions and 0 deletions

View File

@@ -566,6 +566,10 @@
RelativePath=".\..\src\gfxinit.cpp"
>
</File>
<File
RelativePath=".\..\src\gfx_layout.cpp"
>
</File>
<File
RelativePath=".\..\src\goal.cpp"
>
@@ -1098,6 +1102,10 @@
RelativePath=".\..\src\gfx_func.h"
>
</File>
<File
RelativePath=".\..\src\gfx_layout.h"
>
</File>
<File
RelativePath=".\..\src\gfx_type.h"
>