GetGlyphAtlasRec method
Implementation
@override
RectangleD GetGlyphAtlasRec(
FontD font,
int codepoint,
) => $.Rectangle$.Extract1(
(p) => _ffi.GetGlyphAtlasRec(
$.Font$.Ref1(font).asNativePointer<FontC>().ref,
codepoint,
).toDart(p.asNativePointer()),
);