| 1676 | } |
| 1677 | |
| 1678 | staticfn int |
| 1679 | optfn_font_size_text( |
| 1680 | int optidx, int req, boolean negated, |
| 1681 | char *opts, char *op) |
| 1682 | { |
| 1683 | /* send them over to the prefix handling for font_ */ |
| 1684 | return pfxfn_font(optidx, req, negated, opts, op); |
| 1685 | } |
| 1686 | |
| 1687 | staticfn int |
| 1688 | optfn_font_status( |
nothing calls this directly
no test coverage detected