Skip to content

Commit

Permalink
fix: missing height function
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Aug 3, 2023
1 parent 410f67a commit 28457ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ export class Style {
return this.SetIntValue('Width', val)
}

Height(val: number) {
return this.SetIntValue('Height', val)
}

Foreground(color: BlipglossColor) {
return this.SetColorValue('Foreground', color)
}
Expand Down

0 comments on commit 28457ee

Please sign in to comment.