(text: &str, size: f64)
| 567 | |
| 568 | #[wasm_bindgen] |
| 569 | pub fn bloom_measure_text_str(text: &str, size: f64) -> f64 { |
| 570 | engine().text.measure_text(text, size as u32) |
| 571 | } |
| 572 | |
| 573 | #[wasm_bindgen] |
| 574 | pub fn bloom_load_font(_path: f64, _size: f64) -> f64 { 0.0 } |
nothing calls this directly
no test coverage detected