Skip to content

Commit

Permalink
Using JetBrainsMono-Regular.ttf as UI font and also accounting for di…
Browse files Browse the repository at this point in the history
…splay's content scale through GLFW
  • Loading branch information
johannesugb committed Oct 10, 2023
1 parent 420dce4 commit 1393316
Show file tree
Hide file tree
Showing 5 changed files with 18,352 additions and 2 deletions.
10 changes: 10 additions & 0 deletions auto_vk_toolkit/include/JetBrainsMono-Regular.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#pragma once

namespace avk
{
namespace JetBrainsMono_Regular
{
extern const char* get_font_name();
extern std::tuple<size_t, uint8_t*> get_size_and_bytes();
}
}
Loading

0 comments on commit 1393316

Please sign in to comment.