文件名称:sdf_atlas:SDF字体图集生成工具
文件大小:52KB
文件格式:ZIP
更新时间:2024-05-29 08:01:57
C++
SDF字体图集生成工具 用于Atlas生成工具。 描述的算法。 主要是出于教学目的,因为该算法的性能足以在运行时生成字体图集。 依存关系 垃圾焚烧炉 用法 Options: -h this help -o 'filename' output file name (without extension) -tw 'size' atlas image width in pixels, default 1024 -th 'size' atlas image height in pixels (optional) -ur 'ranges' unicode ranges 'start1:end1,start:end2,single_codepoint' without spaces,
【文件预览】:
sdf_atlas-master
----src()
--------args_parser.cpp(2KB)
--------gl_utils.cpp(5KB)
--------glyph_painter.h(2KB)
--------sdf_gl.h(2KB)
--------sdf_gl.cpp(5KB)
--------font.cpp(24KB)
--------args_parser.h(1KB)
--------sdf_atlas.h(2KB)
--------float2.h(5KB)
--------sdf_atlas.cpp(7KB)
--------shaders()
--------main.cpp(11KB)
--------font.h(3KB)
--------mat2d.h(3KB)
--------glyph_painter.cpp(6KB)
--------parabola.h(2KB)
--------parabola.cpp(4KB)
--------gl_utils.h(7KB)
----Makefile(879B)
----.gitignore(59B)
----third_party()
--------stb_image_write.h(40KB)
----readme.md(1024B)