public static IImageProcessingContext[] DrawKaguyaXpPanelText(this IImageProcessingContext ctx, XpTemplate xpTemplate) => new IImageProcessingContext[] { ctx.DrawKaguyaText(xpTemplate.LevelText), ctx.DrawKaguyaText(xpTemplate.LevelUpMessageText), ctx.DrawKaguyaText(xpTemplate.NameText) };
public static IImageProcessingContext[] DrawKaguyaTemplatePanelText(this IImageProcessingContext ctx, ProfileTemplatePanel panel) => new IImageProcessingContext[] { ctx.DrawKaguyaText(panel.TopTextHeader), ctx.DrawKaguyaText(panel.TopTextBody), ctx.DrawKaguyaText(panel.BottomTextHeader), ctx.DrawKaguyaText(panel.BottomTextBody) };