mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-30 14:17:51 +02:00
Added basic RDS support, no error correction yet
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
#pragma once
|
||||
#include <imgui.h>
|
||||
#include <string>
|
||||
#include <module.h>
|
||||
|
||||
namespace style {
|
||||
extern ImFont* baseFont;
|
||||
extern ImFont* bigFont;
|
||||
extern ImFont* hugeFont;
|
||||
|
||||
extern float uiScale;
|
||||
SDRPP_EXPORT ImFont* baseFont;
|
||||
SDRPP_EXPORT ImFont* bigFont;
|
||||
SDRPP_EXPORT ImFont* hugeFont;
|
||||
SDRPP_EXPORT float uiScale;
|
||||
|
||||
bool setDefaultStyle(std::string resDir);
|
||||
bool loadFonts(std::string resDir);
|
||||
|
Reference in New Issue
Block a user