MCPcopy Create free account
hub / github.com/Tencent/tgfx / GetFallbackTypefaces

Function GetFallbackTypefaces

src/layers/TextLayer.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88std::vector<std::shared_ptr<Typeface>> GetFallbackTypefaces() {
89 std::lock_guard<std::mutex> lock(TypefaceMutex);
90 return FallbackTypefaces;
91}
92
93std::shared_ptr<TextLayer> TextLayer::Make() {
94 return std::shared_ptr<TextLayer>(new TextLayer());

Callers 1

ShapeTextMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected