MCPcopy Create free account
hub / github.com/defold/defold / TEST_F

Function TEST_F

engine/font/src/test/test_font.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76};
77
78TEST_F(FontTest, LoadTTF)
79{
80 // Empty. Just loading/unloading a font
81}
82
83static TextResult TestLayout(HFontCollection coll, dmArray<uint32_t>& codepoints,
84 TextLayoutSettings* settings,

Callers

nothing calls this directly

Calls 15

TextToCodePointsFunction · 0.85
TestLayoutFunction · 0.85
DebugPrintLayoutFunction · 0.85
TextLayoutReleaseFunction · 0.85
FontCollectionCreateFunction · 0.85
FontCollectionAddFontFunction · 0.85
FontCollectionDestroyFunction · 0.85
FontDestroyFunction · 0.85
TextLayoutCreateFunction · 0.85
TextLayoutAcquireFunction · 0.85
TextLayoutLegacyCreateFunction · 0.85
FontGetScaleFromSizeFunction · 0.85

Tested by

no test coverage detected