Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
With CMake, these files are simply not compiled to start with.
|
|
|
|
using FreeType.
|
|
one, instead of repeatedly guessing the font.
|
|
|
|
text layout code.
|
|
instead of heap allocated.
This reduces memory allocations and heap fragmentation.
|
|
|
|
|
|
Auto[Free|Delete]SmallVector
|
|
|
|
|
|
|
|
|
|
text layout.
|
|
This removes the need for the ICU lib on Windows.
|
|
Uniscribe is sometimes producing different results compared to ICU, especially
when RTL and LTR content is mixed. Comparing the results to other programs
(like editors or web browsers) leads me to believe that the result are at least
not worse than ICU and possibly better.
|