diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 11:30:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 11:30:46 +0000 |
commit | 0fd136032da867c46316931cf35fc361933ce76d (patch) | |
tree | ee1295e4221a722a32b91f0d9bdc41f68731ea1b /ProFont | |
parent | Initial commit. (diff) | |
download | powerline-fonts-0fd136032da867c46316931cf35fc361933ce76d.tar.xz powerline-fonts-0fd136032da867c46316931cf35fc361933ce76d.zip |
Adding upstream version 0~20240322.upstream/0_20240322upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | ProFont/LICENSE | 22 | ||||
-rw-r--r-- | ProFont/ProFont Bold For Powerline.ttf | bin | 0 -> 25628 bytes | |||
-rw-r--r-- | ProFont/ProFont For Powerline.ttf | bin | 0 -> 46628 bytes | |||
-rw-r--r-- | ProFont/README.rst | 15 |
4 files changed, 37 insertions, 0 deletions
diff --git a/ProFont/LICENSE b/ProFont/LICENSE new file mode 100644 index 0000000..dcc3f12 --- /dev/null +++ b/ProFont/LICENSE @@ -0,0 +1,22 @@ +ProFont +MIT License + +Copyright (c) 2014 Carl Osterwald, Stephen C. Gilardi, Andrew Welch + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE.
\ No newline at end of file diff --git a/ProFont/ProFont Bold For Powerline.ttf b/ProFont/ProFont Bold For Powerline.ttf Binary files differnew file mode 100644 index 0000000..39d2b16 --- /dev/null +++ b/ProFont/ProFont Bold For Powerline.ttf diff --git a/ProFont/ProFont For Powerline.ttf b/ProFont/ProFont For Powerline.ttf Binary files differnew file mode 100644 index 0000000..181b906 --- /dev/null +++ b/ProFont/ProFont For Powerline.ttf diff --git a/ProFont/README.rst b/ProFont/README.rst new file mode 100644 index 0000000..4f6705c --- /dev/null +++ b/ProFont/README.rst @@ -0,0 +1,15 @@ +ProFont for Powerline +======================= + +:Original Font creator: Andrew Welch +:ProFont 2.2 creator: Carl Osterwald +:Modern ProFont creator: Steve Gilardi +:Windows TrueType creator with some Tweak: Mike Smith +:Source: http://tobiasjung.name/profont/ +:License: MIT License +:Patched by: `Anwar <https://github.com/AnwarShah>`_ + +ProFont is a monospaced font created to be a most readable font for programming. Thus, it has slashed zeros; distinct forms of I, l and 1; and it is designed to look good a really small sizes so you can cram lots of lines of code into the window of your editor. + +The original ProFont version was made for the classic Mac OS and contained bitmapped shapes at 7, 9, 10, 12, 14, 18 and 24 points. Using this sizes with anti-aliasing turned off, you get a clean and crisp programming font. +The TrueType versions for Windows contain outline shapes only so they might not look as great as the bitmap version, but still are quite nice nonetheless.
\ No newline at end of file |