Commit Graph

18 Commits

Author SHA1 Message Date
KitsuneAlex 5b2abedc83
Add documentation to the main msdfgen-core functions 2024-05-04 18:36:33 +02:00
KitsuneAlex 98d4b31601
Add documentation to segment functions 2024-05-04 18:26:25 +02:00
KitsuneAlex ffec8aa22d
Add documentation to contour functions 2024-05-04 01:41:40 +02:00
KitsuneAlex 9a0199c6f3
Add documentation for msdf_shape functions 2024-05-04 00:43:57 +02:00
KitsuneAlex 0d55184a2b
Add documentation for msdf_allocator and msdf_bitmap functions 2024-05-04 00:18:17 +02:00
KitsuneAlex f82ab9bc2b
More const correctness 2024-05-03 23:46:44 +02:00
KitsuneAlex ad0aef556d
Finalize API, use handles for segments, don't expose edges in C 2024-05-03 22:55:47 +02:00
KitsuneAlex a267f24caa
Fix const correctness of segment API 2024-05-03 04:00:09 +02:00
KitsuneAlex bb07b5a7a9
Fix wrong identifier formatting for some API function parameters 2024-05-03 02:29:08 +02:00
KitsuneAlex c565b18e9d
Change name from msdf_shape_get_edge_counts to msdf_shape_get_edge_count for consistency 2024-05-03 02:05:33 +02:00
KitsuneAlex 021fc8af79
Remove unused typedef from API header & add simple example to README 2024-05-02 14:15:57 +02:00
KitsuneAlex 130f6ffaaf
Finish implementing actual msdfgen API functions 2024-05-02 05:02:44 +02:00
KitsuneAlex ac81d2dc1b
Implement segment API 2024-05-02 04:47:07 +02:00
KitsuneAlex 9d050afdad
Implement edge_holder API 2024-05-02 04:14:21 +02:00
KitsuneAlex 08020caec8
Implement contour API 2024-05-02 03:58:32 +02:00
KitsuneAlex b8203f024a
Implement shape API 2024-05-02 03:45:25 +02:00
KitsuneAlex cebe5fdab8
Implement Bitmap/BitmapRef interface 2024-05-02 03:35:33 +02:00
KitsuneAlex 6b32308b8a
Define barebones C API for msdfgen-core 2024-05-02 02:02:44 +02:00