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

Method GlyphPathProvider

test/src/TypefaceTest.cpp:27–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25class GlyphPathProvider final : public PathProvider {
26 public:
27 explicit GlyphPathProvider(int pathIndex) : pathIndex(pathIndex) {
28 }
29
30 Path getPath() const override {
31 Path path;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected