MCPcopy Create free account
hub / github.com/Apache553/SubtitleFontHelper / AnalyzeFontFile

Method AnalyzeFontFile

FontDatabaseBuilder/FontAnalyzer.cpp:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210FontAnalyzer::~FontAnalyzer() = default;
211
212std::vector<sfh::FontDatabase::FontFaceElement> FontAnalyzer::AnalyzeFontFile(const wchar_t* path)
213{
214 return m_impl->AnalyzeFontFile(path);
215}

Callers 1

wmainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected