Beispiel #1
0
 public static IImageProcessingContext[] DrawKaguyaXpPanelText(this IImageProcessingContext ctx,
                                                               XpTemplate xpTemplate) => new IImageProcessingContext[]
 {
     ctx.DrawKaguyaText(xpTemplate.LevelText),
     ctx.DrawKaguyaText(xpTemplate.LevelUpMessageText),
     ctx.DrawKaguyaText(xpTemplate.NameText)
 };
Beispiel #2
0
 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)
 };