LeviLamina
Loading...
Searching...
No Matches
Font Member List

This is the complete list of members for Font, including all inherited members.

$_getReplacementCharacter() (defined in Font)Font
$_remapString(::std::string const &str) const (defined in Font)Font
$ctor(::std::shared_ptr<::mce::TextureGroup > textureGroup) (defined in Font)Font
$drawCached(::ScreenContext &screenContext, ::std::string const &str, float x, float y, ::mce::Color const &color, bool ignoreColorFormatting, bool darken, bool drawColorSymbol, ::mce::MaterialPtr const *optionalMat, int caretPosition, bool shadow, float linePadding, ::mce::Color const &resetColorOverride, ::mce::Color const &shaderDarkColor, float outlineWidth, float yCaretOffset, ::std::variant< ::std::monostate, ::UIActorOffscreenCaptureDescription, ::UIThumbnailMeshOffscreenCaptureDescription, ::UIMeshOffscreenCaptureDescription, ::UIStructureVolumeOffscreenCaptureDescription > const &offscreenCaptureDescription, bool autoGenNormalsAndTangents) (defined in Font)Font
$dtor() (defined in Font)Font
$fetchPage(int) (defined in Font)Font
$getLineLength(::std::string const &str, float fontSize, bool showColorSymbol) (defined in Font)Font
$getScaleFactor(int) const (defined in Font)Font
$getTranslationFactor() const (defined in Font)Font
$getType(int glyphSheet) const (defined in Font)Font
$isReloadingTextures() (defined in Font)Font
$onAppSuspended() (defined in Font)Font
$onDeviceLost() (defined in Font)Font
$onLanguageChanged(::std::string const &) (defined in Font)Font
$reloadFontTextures(::Bedrock::NonOwnerPointer<::ResourceLoadManager > const &, bool) (defined in Font)Font
$setTextConstantsInScreenContext(::ScreenContext &, int, float, ::mce::Color const &, bool) const (defined in Font)Font
$tryGetRenderingParameters(::ScreenContext const &screenContext, int glyphSheet, float guiScale, ::mce::Color const &textColor, bool hasShadow, uint textureWidth, uint textureHeight) const (defined in Font)Font
$unloadTextures() (defined in Font)Font
$vftable()Fontstatic
_chopString(::std::string &currentLine, ::std::string &activeFormatting, float &totalHeight, uint &remainingLineCount, float maxWidth, bool showColorSymbol, bool centered, float fontSize, ::std::function< bool(::std::string const &, ::std::string &, float, uint &)> currentLineCallback) (defined in Font)Font
_drawTextSegment(::ScreenContext &screenContext, ::std::string const &str, float startX, float startY, ::mce::Color const &color, bool centered, bool shadow, bool showColorSymbol, ::mce::MaterialPtr *optionalMat) (defined in Font)Font
_drawWordWrap(::ScreenContext &screenContext, ::std::string const &str, float x, float y, float w, ::mce::Color const &color, uint maxLine, float fontSize, bool shadow, bool centered, bool showColorSymbol, ::mce::MaterialPtr *optionalMat) (defined in Font)Font
_getCharWidth(int, bool)=0 (defined in Font)Fontpure virtual
_getFontSheetLocation(int, bool) const =0 (defined in Font)Fontpure virtual
_getReplacementCharacter() (defined in Font)Fontvirtual
_getStringChopAmount(::std::string const &currentLine, bool showColorSymbol, float maxWidth) (defined in Font)Font
_makeTextObject(::Tessellator &tessellator, ::std::string const &str, ::mce::Color const &ccolor, bool showColorSymbol, bool ignoreColorFormatting, int caretPosition, bool shadow, float linePadding, bool isOddGuiScale, ::mce::Color const &resetColorOverride, bool uiMaterial, float outlineWidth, float yCaretOffset, bool autoGenNormalsAndTangents) (defined in Font)Font
_processHeightWrap(::std::string const &str, float startX, float startY, float maxWidth, uint maxLine, bool showColorSymbol, bool centered, float fontSize, ::std::function< bool(::std::string const &, ::std::string &, float, uint &)> currentLineCallback) (defined in Font)Font
_remapString(::std::string const &str) const (defined in Font)Font
_scanUnicodeCharacterSize(int, int, bool)=0 (defined in Font)Fontpure virtual
_supportsShadowInSingleDraw()=0 (defined in Font)Fontpure virtual
buildChar(::std::vector<::Font::GlyphQuad > &, int, ::mce::Color const &, bool, float, float, bool)=0 (defined in Font)Fontpure virtual
calculateTextWidths(::std::string const &text, ::std::vector< int > &widths) (defined in Font)Font
containsWideChar(::std::string const &str) (defined in Font)Fontstatic
CurrentLineCallback typedef (defined in Font)Font
DEFAULT_FONT_HEIGHT() (defined in Font)Fontstatic
DEFAULT_WRAP_HEIGHT() (defined in Font)Fontstatic
drawCached(::ScreenContext &screenContext, ::std::string const &str, float x, float y, ::mce::Color const &color, bool ignoreColorFormatting, bool darken, bool drawColorSymbol, ::mce::MaterialPtr const *optionalMat, int caretPosition, bool shadow, float linePadding, ::mce::Color const &resetColorOverride, ::mce::Color const &shaderDarkColor, float outlineWidth, float yCaretOffset, ::std::variant< ::std::monostate, ::UIActorOffscreenCaptureDescription, ::UIThumbnailMeshOffscreenCaptureDescription, ::UIMeshOffscreenCaptureDescription, ::UIStructureVolumeOffscreenCaptureDescription > const &offscreenCaptureDescription, bool autoGenNormalsAndTangents) (defined in Font)Fontvirtual
drawShadow(::ScreenContext &screenContext, ::std::string const &str, float x, float y, ::mce::Color const &color, bool showColorSymbol, ::mce::MaterialPtr *optionalMat, float linePadding) (defined in Font)Font
drawTransformed(::ScreenContext &screenContext, ::std::string const &str, float x, float y, ::mce::Color const &color, float angle, float s, bool centered, float maxWidth, bool shadow) (defined in Font)Font
fetchPage(int) (defined in Font)Fontvirtual
Font() (defined in Font)Font
Font(::std::shared_ptr<::mce::TextureGroup > textureGroup) (defined in Font)Fontexplicit
getFontSources() const =0 (defined in Font)Fontpure virtual
getGlyphLocations() const (defined in Font)Font
getLineLength(::std::string const &str, float fontSize, bool showColorSymbol) (defined in Font)Fontvirtual
getMaterial(int, bool) const =0 (defined in Font)Fontpure virtual
getReloadFontTextures() const (defined in Font)Font
getScaleFactor() const =0 (defined in Font)Fontpure virtual
getScaleFactor(int) const (defined in Font)Fontvirtual
getTextHeight(::std::string const &str, float fontSize) (defined in Font)Font
getTranslationFactor() const (defined in Font)Font
getType(int glyphSheet) const (defined in Font)Font
getWrapHeight() const =0 (defined in Font)Fontpure virtual
hasFormattingCodes(::std::string const &str) const (defined in Font)Font
isReloadingTextures() (defined in Font)Fontvirtual
isScreenPixelAligned() const =0 (defined in Font)Fontpure virtual
loadFontData(bool)=0 (defined in Font)Fontpure virtual
mAlwaysUnicode (defined in Font)Font
materialCanBeOverridden() const =0 (defined in Font)Fontpure virtual
mAutoResetFormat (defined in Font)Font
mBold (defined in Font)Font
mCaretColor (defined in Font)Font
mCaretRenderPosition (defined in Font)Font
mCaretRenderSize (defined in Font)Font
mColors (defined in Font)Font
mCurrentColor (defined in Font)Font
mFontMat (defined in Font)Font
mFontTexture (defined in Font)Font
mItalic (defined in Font)Font
mObfuscated (defined in Font)Font
mObfuscatedIndex (defined in Font)Font
mObfuscatedTextTime (defined in Font)Font
mScalarOverride (defined in Font)Font
mScaleOverrideCharacter (defined in Font)Font
mStrikethrough (defined in Font)Font
mStringCache (defined in Font)Font
mTextureGroup (defined in Font)Font
mUnderlined (defined in Font)Font
mUseCache (defined in Font)Font
NOT_FOUND_PAGE() (defined in Font)Fontstatic
NULL_CHAR() (defined in Font)Fontstatic
OBFUSCATED_TIME_SWITCH() (defined in Font)Fontstatic
onAppSuspended() (defined in Font)Fontvirtual
onDeviceLost() (defined in Font)Fontvirtual
onLanguageChanged(::std::string const &) (defined in Font)Fontvirtual
PRIVATE_USE_AREA_BEGIN() (defined in Font)Fontstatic
PRIVATE_USE_AREA_END() (defined in Font)Fontstatic
processLinesInBox(::std::string const &str, float maxWidth, uint maxLines, bool showColorSymbol, ::std::function< bool(::std::string const &, ::std::string &, float, uint &)> currentLineCallback) (defined in Font)Font
reloadFontTextures(::Bedrock::NonOwnerPointer<::ResourceLoadManager > const &, bool) (defined in Font)Fontvirtual
resetFontData(bool uploadTextureImmediately) (defined in Font)Font
setTextConstantsInScreenContext(::ScreenContext &, int, float, ::mce::Color const &, bool) const (defined in Font)Fontvirtual
StringCache typedef (defined in Font)Font
supportsChar(int const &)=0 (defined in Font)Fontpure virtual
supportsString(::std::string const &str) (defined in Font)Font
switchFontsource(::Core::Path const &, ::Core::Path const &)=0 (defined in Font)Fontpure virtual
tickObfuscatedTextIndex(float deltaTime, float obfuscateSwitchTime) (defined in Font)Font
tryGetRenderingParameters(::ScreenContext const &screenContext, int glyphSheet, float guiScale, ::mce::Color const &textColor, bool hasShadow, uint textureWidth, uint textureHeight) const (defined in Font)Font
UNICODE_REPLACEMENT_CHARACTER_CODE() (defined in Font)Fontstatic
unloadTextures() (defined in Font)Fontvirtual
uploadTextureToGPU()=0 (defined in Font)Fontpure virtual
~Font() (defined in Font)Fontvirtual