GetGlyphAtlasRec method
Implementation
@override
RectangleD GetGlyphAtlasRec(
FontD font,
num codepoint,
) => run(
() => RaylibDebugLabels.GetGlyphAtlasRec(font, codepoint),
() => rl.Core.GetGlyphAtlasRec(
rl.Temp.Font$.Ref1(font).ref,
codepoint.toInt(),
).toD(),
);