Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
210
FontAnalyzer::~FontAnalyzer() = default;
211
212
std::vector<sfh::FontDatabase::FontFaceElement> FontAnalyzer::AnalyzeFontFile(const wchar_t* path)
213
{
214
return m_impl->AnalyzeFontFile(path);
215
}
Callers
1
wmain
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected