MCPcopy 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
30static inline Font* ToFont(HFont hfont)
31{
32 return (Font*)hfont;
33}
34
35static FontType GetFontType(const char* path)
36{

Callers 1

FontDestroyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected