Class BuiltInFonts

java.lang.Object
de.luckymcdev.foundryengine.common.font.BuiltInFonts

public class BuiltInFonts extends Object
  • Field Details

    • LIGHT

      public static final net.minecraft.resources.Identifier LIGHT
    • REGULAR

      public static final net.minecraft.resources.Identifier REGULAR
    • MEDIUM

      public static final net.minecraft.resources.Identifier MEDIUM
    • SEMIBOLD

      public static final net.minecraft.resources.Identifier SEMIBOLD
    • BOLD

      public static final net.minecraft.resources.Identifier BOLD
    • ITALIC

      public static final net.minecraft.resources.Identifier ITALIC
    • BOLD_ITALIC

      public static final net.minecraft.resources.Identifier BOLD_ITALIC
    • FALLBACK_JB

      public static final net.minecraft.resources.Identifier FALLBACK_JB
    • NORMAL_LIST

      public static final List<net.minecraft.resources.Identifier> NORMAL_LIST
    • MINIMAL_LIST

      public static final List<net.minecraft.resources.Identifier> MINIMAL_LIST
  • Constructor Details

    • BuiltInFonts

      public BuiltInFonts()
  • Method Details

    • registerAll

      public static void registerAll(ImGuiFontManager manager)
    • registerJetbrainsMonoNerdFontMono

      public static void registerJetbrainsMonoNerdFontMono(ImGuiFontManager manager)
      Registers all built-in fonts to the manager.