Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ ToFont
Function
ToFont
engine/font/src/font.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
#include
"font_ttf.h"
29
30
static inline Font* ToFont(HFont hfont)
31
{
32
return (Font*)hfont;
33
}
34
35
static FontType GetFontType(const char* path)
36
{
Callers
1
FontDestroy
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected