correctly use tab width px in new code slice fstrs measuring path

This commit is contained in:
Ryan Fleury
2025-05-19 19:21:06 -07:00
parent 54325828b2
commit 9ae0ee9a46
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ internal DR_FStrList dr_fstrs_copy(Arena *arena, DR_FStrList *src);
internal String8 dr_string_from_fstrs(Arena *arena, DR_FStrList *list);
internal FuzzyMatchRangeList dr_fuzzy_match_find_from_fstrs(Arena *arena, DR_FStrList *fstrs, String8 needle);
internal DR_FRunList dr_fruns_from_fstrs(Arena *arena, F32 tab_size_px, DR_FStrList *strs);
internal Vec2F32 dr_dim_from_fstrs(DR_FStrList *fstrs);
internal Vec2F32 dr_dim_from_fstrs(F32 tab_size_px, DR_FStrList *fstrs);
////////////////////////////////
//~ rjf: Top-Level API