Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_TagProcessorBase.h262 … const f32 aCharWidth = writer.IsWidthFixed() ? writer.GetFixedWidth(): writer.GetFontWidth(); in ProcessTab() local
264 const f32 tabPixel = tabWidth * aCharWidth; in ProcessTab()