Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/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 ); // 新しい代替文字
98 CharCode c // 幅を求める文字
102 CharCode c // 幅を求める文字
107 CharCode c // グリフ情報を取得する文字
110 CharCode c // グリフ情報の有無を取得する文字
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.h134 CharCode c
Dfont_ArchiveFontBase.h385 GetCharWidths(CharCode c) const;
387 virtual bool HasGlyph(CharCode c) const;
/CTR-SDK-1.0.0/CTR_SDK/include/nn/font/CTR/
Dfont_CharWriter.h353 f32 Print(CharCode code);