| 1667 | } |
| 1668 | |
| 1669 | staticfn int |
| 1670 | optfn_font_size_status( |
| 1671 | int optidx, int req, boolean negated, |
| 1672 | char *opts, char *op) |
| 1673 | { |
| 1674 | /* send them over to the prefix handling for font_ */ |
| 1675 | return pfxfn_font(optidx, req, negated, opts, op); |
| 1676 | } |
| 1677 | |
| 1678 | staticfn int |
| 1679 | optfn_font_size_text( |
nothing calls this directly
no test coverage detected