#include <Font.h>
◆ Type
◆ Type
| Enumerator |
|---|
| INVALID_CHARACTER_CODE | |
| TYPE_NULL | |
| TYPE_ROM | |
| TYPE_RESOURCE | |
◆ Font()
| nw4hbm::ut::Font::Font |
( |
| ) |
|
|
inline |
◆ ~Font()
| virtual nw4hbm::ut::Font::~Font |
( |
| ) |
|
|
inlinevirtual |
◆ GetAscent()
| virtual int nw4hbm::ut::Font::GetAscent |
( |
| ) |
const |
|
pure virtual |
◆ GetBaselinePos()
| virtual int nw4hbm::ut::Font::GetBaselinePos |
( |
| ) |
const |
|
pure virtual |
◆ GetCellHeight()
| virtual int nw4hbm::ut::Font::GetCellHeight |
( |
| ) |
const |
|
pure virtual |
◆ GetCellWidth()
| virtual int nw4hbm::ut::Font::GetCellWidth |
( |
| ) |
const |
|
pure virtual |
◆ GetCharStrmReader()
◆ GetCharWidth()
| virtual int nw4hbm::ut::Font::GetCharWidth |
( |
u16 | c | ) |
const |
|
pure virtual |
◆ GetCharWidths()
| virtual CharWidths nw4hbm::ut::Font::GetCharWidths |
( |
u16 | c | ) |
const |
|
pure virtual |
◆ GetDefaultCharWidths()
| virtual CharWidths nw4hbm::ut::Font::GetDefaultCharWidths |
( |
| ) |
const |
|
pure virtual |
◆ GetDescent()
| virtual int nw4hbm::ut::Font::GetDescent |
( |
| ) |
const |
|
pure virtual |
◆ GetEncoding()
| virtual FontEncoding nw4hbm::ut::Font::GetEncoding |
( |
| ) |
const |
|
pure virtual |
◆ GetGlyph()
| virtual void nw4hbm::ut::Font::GetGlyph |
( |
Glyph * | glyph, |
|
|
u16 | c ) const |
|
pure virtual |
◆ GetHeight()
| virtual int nw4hbm::ut::Font::GetHeight |
( |
| ) |
const |
|
pure virtual |
◆ GetLineFeed()
| virtual int nw4hbm::ut::Font::GetLineFeed |
( |
| ) |
const |
|
pure virtual |
◆ GetMaxCharWidth()
| virtual int nw4hbm::ut::Font::GetMaxCharWidth |
( |
| ) |
const |
|
pure virtual |
◆ GetTextureFormat()
| virtual GXTexFmt nw4hbm::ut::Font::GetTextureFormat |
( |
| ) |
const |
|
pure virtual |
◆ GetType()
| virtual Type nw4hbm::ut::Font::GetType |
( |
| ) |
const |
|
pure virtual |
◆ GetWidth()
| virtual int nw4hbm::ut::Font::GetWidth |
( |
| ) |
const |
|
pure virtual |
◆ InitReaderFunc()
| void nw4hbm::ut::Font::InitReaderFunc |
( |
FontEncoding | encoding | ) |
|
◆ SetAlternateChar()
| virtual bool nw4hbm::ut::Font::SetAlternateChar |
( |
u16 | c | ) |
|
|
pure virtual |
◆ SetDefaultCharWidths()
| virtual void nw4hbm::ut::Font::SetDefaultCharWidths |
( |
const CharWidths & | widths | ) |
|
|
pure virtual |
◆ SetLineFeed()
| virtual void nw4hbm::ut::Font::SetLineFeed |
( |
int | linefeed | ) |
|
|
pure virtual |
◆ mReaderFunc
The documentation for this class was generated from the following files:
- src/revolution/homebuttonLib/nw4hbm/ut/Font.h
- src/revolution/homebuttonLib/nw4hbm/ut/ut_Font.cpp