45 Commits

Author SHA1 Message Date
e7ad21c82e used VABConfigInfo at CreateMaterialInstance of TextRenderable 2021-11-30 15:01:55 +08:00
af72c68ebe used VBO instead of VAB 2021-11-29 15:58:48 +08:00
903f9081eb renamed VAF to VF, FMT to PF 2021-06-24 19:25:43 +08:00
015a4d0b8e (WIP) renamed a few values, new SceneTreeToRenderList 2021-05-11 20:45:00 +08:00
744c3a1963 little change 2020-10-26 15:45:03 +08:00
c8955b6f35 remove vulkan namespace 2020-10-21 12:47:06 +08:00
0e56a6b00c a lot of rename 2020-10-21 12:39:22 +08:00
a20afeba9e a lot of rename 2020-10-21 12:09:15 +08:00
917424e784 move VK source files to up-level folder 2020-10-21 11:43:18 +08:00
884cc09259 moved relationship to RenderableInstance whose the Material and Renderable. 2020-09-21 19:05:25 +08:00
8f68b3935d fix a little problem 2020-09-11 18:52:17 +08:00
cba14ff413 VertexAttrib 属性中的Vertex全部改名为Position 2020-09-05 18:56:49 +08:00
5427d10e8d support String 2020-09-05 17:54:21 +08:00
90314c4b97 finished first edition of the TextRenderable class. 2020-08-08 20:12:37 +08:00
a6f1657cac add TextRenderable 2020-08-07 22:34:07 +08:00
74cf457bba use MemBlock instead uint8 * in WinBitmapFont 2020-08-07 16:14:29 +08:00
3355a75cdf WinBitmapFont luminance convert to sRGB 2020-08-04 18:28:04 +08:00
2654658203 fix TextLayout error values problem. 2020-08-04 18:27:28 +08:00
824c1b0fcd finished draw text example,and tested ok. 2020-08-04 02:23:22 +08:00
cea2f8da9e fix draw text example. 2020-08-04 01:27:35 +08:00
346d8b3279 fix TileFont::Registry function 2020-08-04 00:08:21 +08:00
2ae2228546 first finished TileFont and test program. 2020-08-03 21:22:02 +08:00
bb1484ae98 split CharAttributes from CharLayoutAttributes. use in all FontSource 2020-08-03 17:51:24 +08:00
85dac21d87 update TileFont/TileData 2020-08-01 22:10:06 +08:00
cbd3598ebb first finished TileFont::Registry/Unregistry functions. but it not test. 2020-08-01 19:38:43 +08:00
18b00d40fe update TileFont codes 2020-07-31 22:21:44 +08:00
1f80f793ac update TileFont.... 2020-07-31 18:01:28 +08:00
093fa93825 convert tabs to spaces 2020-07-29 15:24:41 +08:00
8cc35599ad convert file codes to UTF8-BOM 2020-07-29 01:00:25 +08:00
5020f80060 updates 2020-07-28 16:37:01 +08:00
488f16483c use os_char instead char in Font() 2020-07-28 16:34:29 +08:00
22c30427b3 update Font codes. 2020-07-24 17:51:36 +08:00
42de618db7 use CharMetricsInfo instead FontAdvInfo 2020-07-24 15:29:22 +08:00
4f9553305c update TextLayout.h/.cpp 2020-07-23 18:24:45 +08:00
3119c1367d update TextLayout 2020-07-22 20:50:13 +08:00
02d2842a2e fix count 2020-07-21 19:09:52 +08:00
8cb2df9a35 update TextLayout 2020-07-21 17:09:24 +08:00
a273605b42 delete line_height in FontSource, append char_height attribute. 2020-07-21 11:48:06 +08:00
967c66569b to advance ShaderResource/VKBuffer 2020-07-09 20:37:34 +08:00
0b07d04eb2 upgrade FontSource serial codes 2020-07-08 21:56:39 +08:00
e6aeff6b65 support "u8char" type 2020-07-07 19:16:23 +08:00
57a0326ee8 add FontSourceSingle/Multi.cpp 2020-07-04 14:44:07 +08:00
c667e026ec add FontSourceManage,FontMultiSource,TileFont.cpp 2020-07-03 21:11:47 +08:00
6c3dba9dc2 add FontSourceWin.cpp/.h 2020-06-29 11:06:47 +08:00
18f68df9be add Font/FontBitmapCache 2020-06-28 22:16:07 +08:00