mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-01 01:40:13 -05:00
render: implement strikeout
This commit is contained in:
parent
d93ca2f654
commit
06f9495ae2
3 changed files with 45 additions and 4 deletions
|
|
@ -208,6 +208,10 @@ struct font {
|
|||
double position;
|
||||
double thickness;
|
||||
} underline;
|
||||
struct {
|
||||
double position;
|
||||
double thickness;
|
||||
} strikeout;
|
||||
};
|
||||
|
||||
struct terminal {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue