mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
impr: Added Tabler Icons font
This commit is contained in:
4946
plugins/fonts/include/fonts/tabler_icons.hpp
Normal file
4946
plugins/fonts/include/fonts/tabler_icons.hpp
Normal file
File diff suppressed because it is too large
Load Diff
21
plugins/fonts/romfs/TABLERICONS_LICENSE.txt
Normal file
21
plugins/fonts/romfs/TABLERICONS_LICENSE.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2020-2025 Paweł Kuna
|
||||
|
||||
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.
|
||||
BIN
plugins/fonts/romfs/fonts/tablericons.ttf
Normal file
BIN
plugins/fonts/romfs/fonts/tablericons.ttf
Normal file
Binary file not shown.
@@ -27,6 +27,7 @@ namespace hex::fonts {
|
||||
void registerMergeFonts() {
|
||||
ImHexApi::Fonts::registerMergeFont("Blender Icons", romfs::get("fonts/blendericons.ttf").span<u8>(), { -1.0F, -1.0F }, 0.95F);
|
||||
ImHexApi::Fonts::registerMergeFont("VS Codicons", romfs::get("fonts/codicons.ttf").span<u8>(), { +0.0F, -2.5F }, 0.95F);
|
||||
ImHexApi::Fonts::registerMergeFont("Tabler Icons", romfs::get("fonts/tablericons.ttf").span<u8>(), { +2.0F, -1.5F }, 1.00F);
|
||||
ImHexApi::Fonts::registerMergeFont("Unifont", romfs::get("fonts/unifont.otf").span<u8>(), { +0.0F, +0.0F }, 0.75F);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user