Files
pico-launcher/arm9/source/themes/DefaultFontRepository.h
2025-11-25 17:41:31 +01:00

9 lines
177 B
C++

#pragma once
#include "IFontRepository.h"
class DefaultFontRepository : public IFontRepository
{
public:
const nft2_header_t* GetFont(FontType fontType) const override;
};