LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.render.engine.font
/
StaticGlyphPage
Static
Glyph
Page
class
StaticGlyphPage
(
val
texture
:
DynamicTexture
,
val
glyphs
:
Set
<
Pair
<
FontId
,
GlyphRenderInfo
>
>
)
:
GlyphPage
A statically allocated glyph page.
Members
Constructors
Static
Glyph
Page
Link copied to clipboard
constructor
(
texture
:
DynamicTexture
,
glyphs
:
Set
<
Pair
<
FontId
,
GlyphRenderInfo
>
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
glyphs
Link copied to clipboard
val
glyphs
:
Set
<
Pair
<
FontId
,
GlyphRenderInfo
>
>
texture
Link copied to clipboard
open
override
val
texture
:
DynamicTexture