Home
last modified time | relevance | path

Searched refs:FONT_SHEET_FORMAT_COMPRESSED_FLAG (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/include/nw/font/
Dfont_ResourceFormat.h151 FONT_SHEET_FORMAT_COMPRESSED_FLAG = 0x8000 // 1 なら圧縮されている enumerator
/NW4C-1.3.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp607 …bSheetCompressed = ((pContext->pFINF->pGlyph->sheetFormat & FONT_SHEET_FORMAT_COMPRESSED_FLAG) != … in ConstructOpAnalyzeTGLP()