Activity
Fix a typo causing a compile error on Windows
Fix a typo causing a compile error on Windows
Use WIN32_MEAN_AND_LEAN/Windows.h include for freetype-loader impleme…
Use WIN32_MEAN_AND_LEAN/Windows.h include for freetype-loader impleme…
Implement FreeType runtime loader for Windows
Implement FreeType runtime loader for Windows
Add build option for using FreeType runtime loader, mirror runtime lo…
Add build option for using FreeType runtime loader, mirror runtime lo…
Implement msdfgen::adoptFreetypeFontRaw & msdf_ft_adopt_font C-API fu…
Implement msdfgen::adoptFreetypeFontRaw & msdf_ft_adopt_font C-API fu…
Add msdf_shape_one_shot_distance function
Add msdf_shape_one_shot_distance function
Add defines for MSDF_ERROR_CORRECTION_MODE and MSDF_DISTANCE_CHECK_MODE
Add defines for MSDF_ERROR_CORRECTION_MODE and MSDF_DISTANCE_CHECK_MODE
Change add_contour function to populate a handle with already owned m…
Change add_contour function to populate a handle with already owned m…
Add msdf_shape_remove_contour and msdf_contour_remove_edge functions
Add msdf_shape_remove_contour and msdf_contour_remove_edge functions
Add API functions for all edge coloring algorithms & error correction…
Add API functions for all edge coloring algorithms & error correction…
Fix typo in documentation
Fix typo in documentation
Add msdf_shape_simple_edge_colors function
Add msdf_shape_simple_edge_colors function
Rename msdf_ft_font_load(_data) to msdf_ft_load_font(_data)
Rename msdf_ft_font_load(_data) to msdf_ft_load_font(_data)
Add small description & author tags to new extension-C-API
Add small description & author tags to new extension-C-API
Add documentation to msdfgen-ext-c font import API
Add documentation to msdfgen-ext-c font import API
Remove allocator API for the time being and add C-API for import-font…
Remove allocator API for the time being and add C-API for import-font…
Add missing null-check to msdf_shape_orient_contours function
Add missing null-check to msdf_shape_orient_contours function
Fix broken documentation for msdf_shape_orient_contours
Fix broken documentation for msdf_shape_orient_contours
Add msdf_shape_orient_contours function
Add msdf_shape_orient_contours function
Change msdf_shape_add_contour to use a const handle
Change msdf_shape_add_contour to use a const handle
Change pointer from in- to out-pointers in msdf_contour_add_edge and …
Change pointer from in- to out-pointers in msdf_contour_add_edge and …
Add messages to static_asserts to make code conform to C++11
Add messages to static_asserts to make code conform to C++11
Remove .clang-tidy file as it doesn't fit the style correctly
Remove .clang-tidy file as it doesn't fit the style correctly
Remove stray msdf_free from bitmap_free function
Remove stray msdf_free from bitmap_free function
Rename sources from msdfgen_c to msdfgen-c
Rename sources from msdfgen_c to msdfgen-c
Fix unfinished documentation for msdf_segment_get_type
Fix unfinished documentation for msdf_segment_get_type