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

Method GlyphLine

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

Source from the content-addressed store, hash-verified

48class GlyphLine {
49 public:
50 GlyphLine() = default;
51
52 void append(std::shared_ptr<GlyphInfo> glyphInfo, const float advance) {
53 _glyphInfosAndAdvance.emplace_back(std::move(glyphInfo), advance);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected