|
LeviLamina
|
This is the complete list of members for FontAlias, including all inherited members.
| $_getCharWidth(int uniChar, bool forceUnicode) | FontAlias | |
| $_getFontSheetLocation(int sheet, bool forceUnicode) const | FontAlias | |
| $_getReplacementCharacter() (defined in Font) | Font | |
| $_remapString(::std::string const &str) const | FontAlias | |
| $_scanUnicodeCharacterSize(int character, int sheet, bool forceUnicode) | FontAlias | |
| $_supportsShadowInSingleDraw() | FontAlias | |
| $buildChar(::std::vector<::Font::GlyphQuad > &quads, int i, ::mce::Color const &color, bool italic, float x, float y, bool unicode) | FontAlias | |
| $ctor(::std::shared_ptr<::mce::TextureGroup > textureGroup, ::std::vector<::FontAlias::ReferenceData > &&fontReferences, float scaleFactor) | FontAlias | |
| $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 | |
| $getFontSources() const | FontAlias | |
| $getLineLength(::std::string const &str, float fontSize, bool showColorSymbol) (defined in Font) | Font | |
| $getMaterial(int sheet, bool isOddGuiScale) const | FontAlias | |
| $getScaleFactor() const | FontAlias | |
| $getScaleFactor(int uniChar) const | FontAlias | |
| $getTranslationFactor() const (defined in Font) | Font | |
| $getType(int glyphSheet) const | FontAlias | |
| $getWrapHeight() const | FontAlias | |
| $isReloadingTextures() (defined in Font) | Font | |
| $isScreenPixelAligned() const | FontAlias | |
| $loadFontData(bool uploadTextureImmediately) | FontAlias | |
| $materialCanBeOverridden() const | FontAlias | |
| $onAppSuspended() (defined in Font) | Font | |
| $onDeviceLost() (defined in Font) | Font | |
| $onLanguageChanged(::std::string const &languageCode) | FontAlias | |
| $reloadFontTextures(::Bedrock::NonOwnerPointer<::ResourceLoadManager > const &, bool) (defined in Font) | Font | |
| $setTextConstantsInScreenContext(::ScreenContext &screenContext, int glyphSheet, float guiScale, ::mce::Color const &textColor, bool hasShadow) const | FontAlias | |
| $supportsChar(int const &character) | FontAlias | |
| $switchFontsource(::Core::Path const &asciiName, ::Core::Path const &unicodeName) | FontAlias | |
| $tryGetRenderingParameters(::ScreenContext const &screenContext, int glyphSheet, float guiScale, ::mce::Color const &textColor, bool hasShadow, uint textureWidth, uint textureHeight) const | FontAlias | |
| $unloadTextures() (defined in Font) | Font | |
| $uploadTextureToGPU() | FontAlias | |
| $vftable() | FontAlias | static |
| _chopString(::std::string ¤tLine, ::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 uniChar, bool forceUnicode) (defined in FontAlias) | FontAlias | virtual |
| _getFontSheetLocation(int sheet, bool forceUnicode) const (defined in FontAlias) | FontAlias | virtual |
| _getReplacementCharacter() (defined in Font) | Font | virtual |
| _getStringChopAmount(::std::string const ¤tLine, 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 FontAlias) | FontAlias | |
| _scanUnicodeCharacterSize(int character, int sheet, bool forceUnicode) (defined in FontAlias) | FontAlias | virtual |
| _supportsShadowInSingleDraw() (defined in FontAlias) | FontAlias | virtual |
| buildChar(::std::vector<::Font::GlyphQuad > &quads, int i, ::mce::Color const &color, bool italic, float x, float y, bool unicode) (defined in FontAlias) | FontAlias | virtual |
| calculateTextWidths(::std::string const &text, ::std::vector< int > &widths) (defined in Font) | Font | |
| containsWideChar(::std::string const &str) (defined in Font) | Font | static |
| CurrentLineCallback typedef (defined in Font) | Font | |
| DEFAULT_FONT_HEIGHT() (defined in Font) | Font | static |
| DEFAULT_WRAP_HEIGHT() (defined in Font) | Font | static |
| 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 | virtual |
| 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) | Font | virtual |
| Font() (defined in Font) | Font | |
| Font(::std::shared_ptr<::mce::TextureGroup > textureGroup) (defined in Font) | Font | explicit |
| FontAlias(FontAlias const &) (defined in FontAlias) | FontAlias | |
| FontAlias() (defined in FontAlias) | FontAlias | |
| FontAlias(::std::shared_ptr<::mce::TextureGroup > textureGroup, ::std::vector<::FontAlias::ReferenceData > &&fontReferences, float scaleFactor) | FontAlias | |
| getFontReferenceForSheet(int const &sheet) const | FontAlias | |
| getFontReferenceForUnicode(int const &character) const | FontAlias | |
| getFontSources() const (defined in FontAlias) | FontAlias | virtual |
| getGlyphLocations() const (defined in Font) | Font | |
| getLineLength(::std::string const &str, float fontSize, bool showColorSymbol) (defined in Font) | Font | virtual |
| getMaterial(int sheet, bool isOddGuiScale) const (defined in FontAlias) | FontAlias | virtual |
| getReloadFontTextures() const (defined in Font) | Font | |
| getScaleFactor() const (defined in FontAlias) | FontAlias | virtual |
| getScaleFactor(int uniChar) const (defined in FontAlias) | FontAlias | virtual |
| getTextHeight(::std::string const &str, float fontSize) (defined in Font) | Font | |
| getTranslationFactor() const (defined in Font) | Font | |
| getType(int glyphSheet) const (defined in FontAlias) | FontAlias | |
| getWrapHeight() const (defined in FontAlias) | FontAlias | virtual |
| hasFormattingCodes(::std::string const &str) const (defined in Font) | Font | |
| isReloadingTextures() (defined in Font) | Font | virtual |
| isScreenPixelAligned() const (defined in FontAlias) | FontAlias | virtual |
| loadFontData(bool uploadTextureImmediately) (defined in FontAlias) | FontAlias | virtual |
| mAlwaysUnicode (defined in Font) | Font | |
| materialCanBeOverridden() const (defined in FontAlias) | FontAlias | 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 | |
| mUnk4a9bd0 (defined in FontAlias) | FontAlias | |
| mUnk50d4f6 (defined in FontAlias) | FontAlias | |
| mUnk667ea0 (defined in FontAlias) | FontAlias | |
| mUnk7b7975 (defined in FontAlias) | FontAlias | |
| mUnkc30fdf (defined in FontAlias) | FontAlias | |
| mUnkdc48d3 (defined in FontAlias) | FontAlias | |
| mUnkfa7a74 (defined in FontAlias) | FontAlias | |
| mUseCache (defined in Font) | Font | |
| NOT_FOUND_PAGE() (defined in Font) | Font | static |
| NULL_CHAR() (defined in Font) | Font | static |
| OBFUSCATED_TIME_SWITCH() (defined in Font) | Font | static |
| onAppSuspended() (defined in Font) | Font | virtual |
| onDeviceLost() (defined in Font) | Font | virtual |
| onLanguageChanged(::std::string const &languageCode) (defined in FontAlias) | FontAlias | virtual |
| operator=(FontAlias const &) (defined in FontAlias) | FontAlias | |
| PRIVATE_USE_AREA_BEGIN() (defined in Font) | Font | static |
| PRIVATE_USE_AREA_END() (defined in Font) | Font | static |
| 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) | Font | virtual |
| resetFontData(bool uploadTextureImmediately) (defined in Font) | Font | |
| setTextConstantsInScreenContext(::ScreenContext &screenContext, int glyphSheet, float guiScale, ::mce::Color const &textColor, bool hasShadow) const (defined in FontAlias) | FontAlias | virtual |
| StringCache typedef (defined in Font) | Font | |
| supportsChar(int const &character) (defined in FontAlias) | FontAlias | virtual |
| supportsString(::std::string const &str) (defined in Font) | Font | |
| switchFontsource(::Core::Path const &asciiName, ::Core::Path const &unicodeName) (defined in FontAlias) | FontAlias | 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 FontAlias) | FontAlias | |
| UNICODE_REPLACEMENT_CHARACTER_CODE() (defined in Font) | Font | static |
| unloadTextures() (defined in Font) | Font | virtual |
| uploadTextureToGPU() (defined in FontAlias) | FontAlias | virtual |
| ~Font() (defined in Font) | Font | virtual |
| ~FontAlias()=default (defined in FontAlias) | FontAlias | virtual |