Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/lyt/archiveFont/sources/
Dmain.cpp130 …const u32 arcFontBufSize = nw::font::ArchiveFont::GetRequireBufferSize(file.begin(), nw::font::Arc… in ReadArchiveFont() local
131 void *const arcFontBuf = allocator.Alloc(arcFontBufSize, nw::font::GlyphDataAlignment); in ReadArchiveFont()
133 …bool bSuccess = pArchiveFont->Construct(arcFontBuf, arcFontBufSize, file.begin(), nw::font::Archiv… in ReadArchiveFont()