Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_PackedFont.cpp879 … if (IsNullString(pContext->GetGlyphGroups()) || IncludeName(pContext->GetGlyphGroups(), setName)) in ConstructOpAnalyzeGLGRPacked()
909 sizeResLoadBuffer = CalcCopySize(gg, pContext->GetGlyphGroups(), NULL); in ConstructOpAnalyzeGLGRPacked()
Dfont_ArchiveFontBase.cpp434 if ( IsNullString(pContext->GetGlyphGroups()) in ConstructOpAnalyzeGLGR()
435 || IncludeName(pContext->GetGlyphGroups(), setName) in ConstructOpAnalyzeGLGR()
/NW4C-1.2.23/include/nw/font/
Dfont_ArchiveFontBase.h259 const char* GetGlyphGroups() const { return pGlyphGroups; } in GetGlyphGroups() function