MCPcopy
hub / github.com/vercel/next.js / Hinting

Function Hinting

packages/next/src/compiled/@vercel/og/index.edge.js:7017–7024  ·  view source on GitHub ↗
(font)

Source from the content-addressed store, hash-verified

7015var execGlyph;
7016var execComponent;
7017function Hinting(font) {
7018 this.font = font;
7019 this.getCommands = function(hPoints) {
7020 return glyf.getPath(hPoints).commands;
7021 };
7022 this._fpgmState = this._prepState = void 0;
7023 this._errorState = 0;
7024}
7025function roundOff(v2) {
7026 return v2;
7027}

Callers

nothing calls this directly

Calls 1

getPathMethod · 0.80

Tested by

no test coverage detected