MCPcopy
hub / github.com/bbycroft/llm-viz / measureText

Function measureText

src/llm/render/fontRender.ts:311–313  ·  view source on GitHub ↗
(fontBuf: IFontBuffers, text: string, opts: IFontOpts)

Source from the content-addressed store, hash-verified

309}
310
311export function measureText(fontBuf: IFontBuffers, text: string, opts: IFontOpts) {
312 return measureTextWidth(fontBuf, text, opts.size, opts.faceName);
313}
314
315export function drawText(fontBuf: IFontBuffers, text: string, dx: number, dy: number, opts: IFontOpts) {
316 writeTextToBuffer(fontBuf, text, opts.color, dx, dy, opts.size, opts.mtx, opts.faceName);

Callers 11

runProgramFunction · 0.90
renderInputBoxesFunction · 0.90
renderOutputBoxesFunction · 0.90
drawBlockInfoFunction · 0.90
drawOLAddSymbolFunction · 0.90
drawOLPosEmbedLookupFunction · 0.90
sizeBlockFunction · 0.90
drawBlockFunction · 0.90
drawSymbolBetweenBlocksFunction · 0.90
walkthrough02_EmbeddingFunction · 0.90

Calls 1

measureTextWidthFunction · 0.85

Tested by

no test coverage detected