Home
last modified time | relevance | path

Searched refs:CharCode (Results 1 – 7 of 7) sorted by relevance

/CTR-SDK-2.4.0/include/nn/font/
Dfont_ResFontBase.h77 virtual bool SetAlternateChar(CharCode c);
84 virtual int GetCharWidth(CharCode c) const;
87 GetCharWidths(CharCode c) const;
91 CharCode c
94 virtual bool HasGlyph(CharCode c) const;
189 GlyphIndex GetGlyphIndex(CharCode c) const;
199 GlyphIndex FindGlyphIndex(CharCode c) const;
212 CharCode c
333 mutable CharCode m_LastCharCode;
Dfont_PairFont.h86 CharCode c ); // New alternate character
98CharCode c // Character whose width is to be found
102CharCode c // Character whose width is to be found
107CharCode c // Character to obtain glyph information for.
110CharCode c // Character for which to get whether glyph information is present
Dfont_Font.h112 typedef u16 CharCode; typedef
158 static const CharCode INVALID_CHARACTER_CODE = INVALID_CHAR_CODE;
262 virtual bool SetAlternateChar(CharCode c) = 0;
276 virtual int GetCharWidth(CharCode c) const = 0;
285 GetCharWidths(CharCode c) const = 0;
294 CharCode c
304 CharCode c
Dfont_PackedFont.h202 bool PreloadSheet(CharCode c);
212 bool LockSheet(CharCode c);
222 CharCode c,
243 CharCode c
408 int GetSheetIndex(CharCode c) const;
Dfont_ArchiveFont.h136 CharCode c
Dfont_ArchiveFontBase.h385 GetCharWidths(CharCode c) const;
387 virtual bool HasGlyph(CharCode c) const;
/CTR-SDK-2.4.0/include/nn/font/CTR/
Dfont_CharWriter.h352 f32 Print(CharCode code);