Home
last modified time | relevance | path

Searched refs:GetGlyphGroups (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/sources/libraries/font/
Dfont_PackedFont.cpp881 … if (IsNullString(pContext->GetGlyphGroups()) || IncludeName(pContext->GetGlyphGroups(), setName)) in ConstructOpAnalyzeGLGRPacked()
911 sizeResLoadBuffer = CalcCopySize(gg, pContext->GetGlyphGroups(), NULL); in ConstructOpAnalyzeGLGRPacked()
Dfont_ArchiveFontBase.cpp436 if ( IsNullString(pContext->GetGlyphGroups()) in ConstructOpAnalyzeGLGR()
437 || IncludeName(pContext->GetGlyphGroups(), setName) in ConstructOpAnalyzeGLGR()
/NW4C-2.0.3/include/nw/font/
Dfont_ArchiveFontBase.h261 const char* GetGlyphGroups() const { return pGlyphGroups; } in GetGlyphGroups() function