Skip to content

Commit

Permalink
docs: update summary of font.size to indicate measurement type
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekyEggo committed Oct 9, 2024
1 parent b63698a commit 1e45ea9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/streamdeck/plugins/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,9 @@ export type Text = LayoutItemBase<"text"> & {
*/
font?: {
/**
* Size of the font. **Note**, when the `key` of this layout item is set to `"title"` within the layout's JSON definition, this value will be ignored in favour of the user's
* preferred title settings, as set in property inspector.
* Size of the font, in pixels, represented as a whole number.
*
* **Note**, when the `key` of this layout item is set to `"title"` within the layout's JSON definition, this value will be ignored in favour of the user's preferred title settings, as set in property inspector.
*/
size?: number;

Expand Down

0 comments on commit 1e45ea9

Please sign in to comment.