diff options
| author | Simon Glass <[email protected]> | 2024-01-07 17:14:54 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2024-10-18 14:10:21 -0600 |
| commit | 112eb85c5a23a0c4a3f14d7099f18fd3128996ec (patch) | |
| tree | 6c5a6a6e2d30ad0eb902516731c728cd87fc5c63 /doc/usage/cmd | |
| parent | 8ab2178de069194d2eed8fe1b90db7e12cf032bb (diff) | |
video: Allow querying the font size
All the font size to be queried using the 'font size' command.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'doc/usage/cmd')
| -rw-r--r-- | doc/usage/cmd/font.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/usage/cmd/font.rst b/doc/usage/cmd/font.rst index a8782546333..44a04f5d075 100644 --- a/doc/usage/cmd/font.rst +++ b/doc/usage/cmd/font.rst @@ -13,7 +13,7 @@ Synopsis font list font select <name> [<size>] - font size <size> + font size [<size>] Description ----------- @@ -34,7 +34,7 @@ This selects a new font and optionally changes the size. font size ~~~~~~~~~ -This changes the font size only. +This changes the font size only. With no argument it shows the current size. Examples -------- @@ -44,6 +44,8 @@ Examples => font list nimbus_sans_l_regular cantoraone_regular + => font size + 30 => font size 40 => font select cantoraone_regular 20 => |
