mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
GuiSys Image geometry fixes
This commit is contained in:
@@ -14,11 +14,11 @@ class CFontImageDef
|
||||
public:
|
||||
float x0_fps;
|
||||
std::vector<TLockedToken<CTexture>> x4_texs;
|
||||
zeus::CVector2f x14_pointsPerTexel;
|
||||
zeus::CVector2f x14_cropFactor;
|
||||
|
||||
CFontImageDef(const std::vector<TToken<CTexture>>& texs, float fps,
|
||||
const zeus::CVector2f& vec);
|
||||
CFontImageDef(const TToken<CTexture>& tex, const zeus::CVector2f& vec);
|
||||
const zeus::CVector2f& cropFactor);
|
||||
CFontImageDef(const TToken<CTexture>& tex, const zeus::CVector2f& cropFactor);
|
||||
bool IsLoaded() const;
|
||||
s32 CalculateBaseline() const;
|
||||
s32 CalculateHeight() const;
|
||||
|
||||
Reference in New Issue
Block a user