Files
Odin/vendor/fontstash/fontstash_other.odin
T

12 lines
199 B
Odin

#+build js
package fontstash
AddFontPath :: proc(
ctx: ^FontContext,
name: string,
path: string,
fontIndex: int = 0,
) -> int {
panic("fontstash.AddFontPath is unsupported on the JS target")
}