FontBase class
Derived classes
- class DebugFontMgrJis1Nvn
- class DebugFontMgrNvn
Constructors, destructors, conversion operators
- ~FontBase() virtual
Public functions
- auto getHeight() const -> float pure virtual
- auto getWidth() const -> float pure virtual
- auto getCharWidth(char16_t c) const -> float pure virtual
- auto getEncoding() const -> u32 pure virtual
- auto getMaxDrawNum() const -> u32 pure virtual
- void begin(DrawContext* ctx) const pure virtual
- void end(DrawContext* ctx) const pure virtual
- void print(DrawContext* ctx, const Projection& proj, const Camera& cam, const Matrix34f& mtx, const Color4f& color, const void* text, int len) const pure virtual