render: implement strikeout

This commit is contained in:
Daniel Eklöf 2019-07-16 15:08:02 +02:00
parent d93ca2f654
commit 06f9495ae2
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 45 additions and 4 deletions

View file

@ -208,6 +208,10 @@ struct font {
double position;
double thickness;
} underline;
struct {
double position;
double thickness;
} strikeout;
};
struct terminal {