B_FONT_SPACING
if (font_flags & B_FONT_SPACING)
if (mask & B_FONT_SPACING)
if ((mask & B_FONT_SPACING) != 0) {
if ((flags & B_FONT_SPACING) != 0)
fState->GetDrawState()->SetFont(font, B_FONT_SPACING);
if (mask & B_FONT_SPACING) {
fCanvas->CurrentState()->SetFont(font, B_FONT_SPACING);