diff options
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/html/misc/gradients.html | 2 | ||||
-rw-r--r-- | Base/res/html/misc/unhandledpromisetest.html | 2 | ||||
-rw-r--r-- | Base/usr/share/man/man1/Calculator.md | 2 | ||||
-rw-r--r-- | Base/usr/share/man/man1/FontEditor.md | 2 | ||||
-rw-r--r-- | Base/usr/share/man/man5/GML-Widget-VerticalSeparator.md | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Base/res/html/misc/gradients.html b/Base/res/html/misc/gradients.html index 0184232d29..dda64e15d7 100644 --- a/Base/res/html/misc/gradients.html +++ b/Base/res/html/misc/gradients.html @@ -225,7 +225,7 @@ // Spinning gradient demo/test backgroundAnimateDemo("gradient-spin", angle => `linear-gradient(${angle}deg, red 0%, black 20%, yellow 60%, cyan 100%)`) - // Transistion hints demo + // Transition hints demo backgroundAnimateDemo("gradient-hints", t => `linear-gradient(to right, hotpink, ${((Math.sin(t/4)+1)*50)|0}%, rebeccapurple)`) updateLabels(); diff --git a/Base/res/html/misc/unhandledpromisetest.html b/Base/res/html/misc/unhandledpromisetest.html index 3838ff17dc..85e868ee95 100644 --- a/Base/res/html/misc/unhandledpromisetest.html +++ b/Base/res/html/misc/unhandledpromisetest.html @@ -8,7 +8,7 @@ Promise.reject(new Error('Success!')); window.timer = setTimeout(() => { const element = document.createElement('p'); - element.innerText = 'Did not receieve unhandledrejection event in 100ms.'; + element.innerText = 'Did not receive unhandledrejection event in 100ms.'; element.style.color = 'red'; document.body.appendChild(element); }, 100) diff --git a/Base/usr/share/man/man1/Calculator.md b/Base/usr/share/man/man1/Calculator.md index b3b9aaf46a..0eb1bb3714 100644 --- a/Base/usr/share/man/man1/Calculator.md +++ b/Base/usr/share/man/man1/Calculator.md @@ -12,4 +12,4 @@ $ Calculator ## Description -`Calculator` is a graphical calculator application. It supports basic arithmetic calculations in addition to special operations. It also has convenient shortcuts for mathmatical constants such as Pi. +`Calculator` is a graphical calculator application. It supports basic arithmetic calculations in addition to special operations. It also has convenient shortcuts for mathematical constants such as Pi. diff --git a/Base/usr/share/man/man1/FontEditor.md b/Base/usr/share/man/man1/FontEditor.md index 115b32fe5e..4c04fcb73b 100644 --- a/Base/usr/share/man/man1/FontEditor.md +++ b/Base/usr/share/man/man1/FontEditor.md @@ -63,7 +63,7 @@ The main workspace has three partitions: - The ***left section*** contains the glyph editor window. This window has three different zoom factors for ease of use and for your viewing comfort. They are 500%, 1000% and 1500%. You can freely switch to any zoom level at anytime while creating your font. Don't let the size of the glyph editor window fool you. This is where you will spend about 95% of the time. And the task is that of shaping each glyph by left+clicking on the mouse. You can form a dot, a line, or a complete glyph just by connecting the dots. If you need to undo a certain location with a black dot, you can right+click on top of the target area and it will revert back to empty. Each grid area can hold any of the three states: 1) on or black 2) off or white 3) empty or gray. On state is displayed as black by default. Off state is displayed as white by default. Empty state is displayed as gray by default. Off state or white is relevant most specially if the font is fixed-width as it dictates the distance a glyph will have from left, center or right. Empty state or gray is important for variable-width font as it affects the overall width of the glyph. For variable width fonts, you move the glyph flushed left on the glyph editor window and remove any extra empty grids by decrementing the present column counter located right under the glyph editor window and thereby leaving only the entire glyph all by itself. Below the glyph editor is the glyph tool which contains the following: pen icon for creating glyph itself, move icon to enable the entire glyph move to top, down, left or right from within the glyph editor window. Below the glyph tool are the transform icons which are flip horizontal, flip vertical, rotate counter-clockwise 90°and rotate clockwise 90°. Transform tools are most helpful when copying over existing glyphs and transforming them to form a new glyph. A becomes V, M becomes W, c becomes e, n becomes u, etcetera. -- The ***middle section*** contains two parts: the upper part which holds the entire glyph content of the font, or lack thereof if you are making a new one. And the lower part which contains ***Metadata*** information such as name, family, weight, slope, presentation size, mean line, baseline, glyph spacing and if the font is either fixed-width or variable-width. You can still further tweak your font paramaters via the Metadata section. The ` Fixed width ` toggle located at the right side next to Glyph spacing is of special note. It applies to the entire font file. It does not only apply to a single glyph or group of glyphs. It is the differentiating factor that informs the system if the font is or is not fixed-width. Fixed-width fonts are mostly used for Terminals and for displaying program source codes. +- The ***middle section*** contains two parts: the upper part which holds the entire glyph content of the font, or lack thereof if you are making a new one. And the lower part which contains ***Metadata*** information such as name, family, weight, slope, presentation size, mean line, baseline, glyph spacing and if the font is either fixed-width or variable-width. You can still further tweak your font parameters via the Metadata section. The ` Fixed width ` toggle located at the right side next to Glyph spacing is of special note. It applies to the entire font file. It does not only apply to a single glyph or group of glyphs. It is the differentiating factor that informs the system if the font is or is not fixed-width. Fixed-width fonts are mostly used for Terminals and for displaying program source codes. - The ***right section*** which displays both search input for unicode blocks and the unicode block selection list. Metadata and unicode blocks can be turned on or off via ` Menu -> View ` option. Unicode block filters only what to display contained within the range of the block. Basic Latin covers 000-007F, Latin-1 Supplement covers 0080-00FF, Latin Extended-A covers 0100-017F and so on and so forth. Global search for a glyph is affected when a certain block is currently selected. Only by selecting ` Show All ` will the global glyph search work as expected. So make it a habit of confirming that Show All is active before searching for a glyph. diff --git a/Base/usr/share/man/man5/GML-Widget-VerticalSeparator.md b/Base/usr/share/man/man5/GML-Widget-VerticalSeparator.md index 21e2e4a152..4a9ba27c7b 100644 --- a/Base/usr/share/man/man5/GML-Widget-VerticalSeparator.md +++ b/Base/usr/share/man/man5/GML-Widget-VerticalSeparator.md @@ -1,6 +1,6 @@ ## Name -GML Vertical Seperator Widget +GML Vertical Separator Widget ## Description |