mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
IGUIFont / CGUITTFont code cleanups (#15581)
This commit is contained in:
parent
0bfd9bc09e
commit
c49ff76955
12 changed files with 135 additions and 626 deletions
|
@ -58,8 +58,7 @@ public:
|
|||
void setKerningHeight(s32 kerning) override;
|
||||
|
||||
//! set an Pixel Offset on Drawing ( scale position on width )
|
||||
s32 getKerningWidth(const wchar_t *thisLetter = 0, const wchar_t *previousLetter = 0) const override;
|
||||
s32 getKerningHeight() const override;
|
||||
core::vector2di getKerning(const wchar_t thisLetter, const wchar_t previousLetter) const override;
|
||||
|
||||
//! gets the sprite bank
|
||||
IGUISpriteBank *getSpriteBank() const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue