net.minecraft.client.gui.font

public class FontSet

implements AutoCloseable

fqy
net.minecraft.client.gui.font.FontSet
net.minecraft.class_377
net.minecraft.client.font.FontStorage

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_54959
LOGGER
private static final RandomSource
b
RANDOM
field_2252
RANDOM
private static final float
c
LARGE_FORWARD_ADVANCE
field_39934
MAX_ADVANCE
private final TextureManager
d
textureManager
field_2248
textureManager
private final ResourceLocation
e
name
field_2246
id
private BakedGlyph
f
missingGlyph
field_2256
blankBakedGlyph
private BakedGlyph
g
whiteGlyph
field_20910
whiteRectangleBakedGlyph
private List<GlyphProvider$Conditional>
h
allProviders
field_49120
allFonts
private List<GlyphProvider>
i
activeProviders
field_49121
availableFonts
private final CodepointMap<BakedGlyph>
j
glyphs
field_2253
bakedGlyphCache
private final CodepointMap<FontSet$GlyphInfoFilter>
k
glyphInfos
field_2257
glyphCache
private final it.unimi.dsi.fastutil.ints.Int2ObjectMap<it.unimi.dsi.fastutil.ints.IntList>
l
glyphsByWidth
field_2249
charactersByWidth
private final List<FontTexture>
m
textures
field_2254
glyphAtlases
private final IntFunction<FontSet$GlyphInfoFilter>
n
glyphInfoGetter
field_54819
glyphFinder
private final IntFunction<BakedGlyph>
o
glyphGetter
field_54820
glyphBaker

Constructor summary

ModifierConstructor
public (TextureManager textureManager, ResourceLocation id)

Method summary

Modifier and TypeMethod
public void
a(List<fer$a> arg0, Set<fqx> arg1)
reload(List<GlyphProvider$Conditional> arg0, Set<FontOption> arg1)
method_2004(List<class_390$class_9241> arg0, Set<class_9243> arg1)
setFonts(List<Font$FontFilterPair> allFonts, Set<FontFilterType> activeFilters)
public void
a(Set<fqx> arg0)
reload(Set<FontOption> arg0)
method_57036(Set<class_9243> arg0)
setActiveFilters(Set<FontFilterType> activeFilters)
private void
c()
resetTextures()
method_57038()
clear()
private List<GlyphProvider>
b(List<fer$a> arg0, Set<fqx> arg1)
selectProviders(List<GlyphProvider$Conditional> arg0, Set<FontOption> arg1)
method_57037(List<class_390$class_9241> arg0, Set<class_9243> arg1)
applyFilters(List<Font$FontFilterPair> allFonts, Set<FontFilterType> activeFilters)
public void
close()
close()
private void
d()
closeTextures()
method_2010()
closeGlyphAtlases()
private static boolean
b(feq arg0)
hasFishyAdvance(GlyphInfo arg0)
method_45079(class_379 arg0)
isAdvanceInvalid(Glyph glyph)
private FontSet$GlyphInfoFilter
b(int arg0)
computeGlyphInfo(int arg0)
method_40038(int arg0)
findGlyph(int codePoint)
public GlyphInfo
a(int arg0, boolean arg1)
getGlyphInfo(int arg0, boolean arg1)
method_2011(int arg0, boolean arg1)
getGlyph(int codePoint, boolean validateAdvance)
private BakedGlyph
c(int arg0)
computeBakedGlyph(int arg0)
method_41832(int arg0)
bake(int codePoint)
public BakedGlyph
a(int arg0)
getGlyph(int arg0)
method_2014(int arg0)
getBaked(int codePoint)
private BakedGlyph
a(fes arg0)
stitch(SheetGlyphInfo arg0)
method_2012(class_383 arg0)
bake(RenderableGlyph c)
public BakedGlyph
a(feq arg0)
getRandomGlyph(GlyphInfo arg0)
method_2013(class_379 arg0)
getObfuscatedBakedGlyph(Glyph glyph)
public ResourceLocation
a()
name()
method_57034()
getId()
public BakedGlyph
b()
whiteGlyph()
method_22943()
getRectangleBakedGlyph()