KiCad PCB EDA Suite
|
#include <font/fontconfig.h>
#include <wx/log.h>
#include <trace_helpers.h>
#include <string_utils.h>
#include <macros.h>
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | fontconfig::FONTCONFIG_PAT |
A simple wrapper to avoid exporing fontconfig in the header. More... | |
Functions | |
FONTCONFIG * | Fontconfig () |
Variables | |
static FONTCONFIG * | g_config = nullptr |
FONTCONFIG * Fontconfig | ( | ) |
Definition at line 54 of file fontconfig.cpp.
References g_config.
Referenced by FONT_CHOICE::FONT_CHOICE(), EDA_TEXT::GetFontIndex(), FIELDS_GRID_TABLE< T >::initGrid(), KIFONT::OUTLINE_FONT::LoadFont(), EDA_TEXT::SetFontIndex(), PCB_PROPERTIES_PANEL::updateLists(), and SCH_PROPERTIES_PANEL::updateLists().
|
static |
Definition at line 32 of file fontconfig.cpp.
Referenced by Fontconfig().