CPGen
C++ project generator
Loading...
Searching...
No Matches
System.hpp
Go to the documentation of this file.
1#pragma once
2
13namespace System {
14
29bool isFontValid();
30
31} // namespace System
Utilities that query or interact with the host operating system.
Definition System.cpp:6
bool isFontValid()
Interactively check whether the terminal font supports Nerd Font glyphs.
Definition System.cpp:8