| 1439 | check_table_keys( |
| 1440 | t, |
| 1441 | "text3d", |
| 1442 | &["size", "depth", "font", "halign", "valign"], |
| 1443 | )?; |
| 1444 | ( |
| 1445 | table_get_f32(t, "size").unwrap_or(10.0), |
| 1446 | table_get_f32(t, "depth").unwrap_or(1.0), |
| 1447 | t.get::<String>("font") |
| 1448 | .unwrap_or_else(|_| "Arial".to_string()), |
nothing calls this directly
no outgoing calls
no test coverage detected