Lasse Öörni
|
d7924f907f
Added glyph offset functionality to Font. Closes #13.
|
11 years ago |
aster
|
d72dcde96d
Remove useSDF parameter in Text and Text3D classes, now signed distance field font is a bitmap font file with .sdf extension.
|
11 years ago |
Lasse Öörni
|
8463393377
Initial resource background loading API and implementation. Background loading-capable implementation for textures (load image in background thread, upload image to GPU in main thread), other resources todo.
|
11 years ago |
Aster@中国上海
|
78f902bcce
Remove friend class declaration.[ci skip]
|
11 years ago |
aster
|
a6ce24f82f
Remove unused class declaration.
|
11 years ago |
aster
|
1d8c3b78ba
Add FontFaceBitmap and FontFaceFreeType files.
|
11 years ago |
aster
|
b0b88a5202
Move save bitmap font to FontFaceBitmap.
|
11 years ago |
aster
|
5fab105452
Move load font face code to font face classes.
|
11 years ago |
aster
|
0ffbd4d575
Move font face class out of font files.
|
11 years ago |
Lasse Öörni
|
694e41c42a
If font face uses mutable glyphs, reacquire all glyphs before constructing text batch.
|
12 years ago |
Lasse Öörni
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
Lasse Öörni
|
840d50ce0d
Allow to force FreeType autohinting (old 2.3 version behavior.) Reload font faces when global font settings changed.
|
12 years ago |
Chris Friesen
|
12d22bd8cc
update freetype
|
12 years ago |
Lasse Öörni
|
267523a738
Adapted Aster Jian's mutable glyph mechanism. Globally switchable on from the UI subsystem. Configurable font texture max size in UI subsystem.
|
12 years ago |
Lasse Öörni
|
b1b60edbf4
Code cleanup.
|
12 years ago |
Lasse Öörni
|
ecc37d1f2e
If all font's glyph do not fit into one page, begin filling texture pages dynamically as glyphs are used.
|
12 years ago |
Wei Tjong Yao
|
02512cecf9
In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'.
|
12 years ago |