Searched refs:fontsize (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/html/
H A Dhtml2rtf.h99 int fontsize; /* current font size */ member in struct:State_s
H A Dhtml2rtf.c331 n += state.fontsize;
332 state.sp->font_size = state.fontsize;
333 state.fontsize = n;
346 state.fontsize = state.sp->font_size;
358 state.sp->font_size = state.fontsize;
359 state.fontsize += (7 - (tp->name[1] - '0')) * 1;
360 sfprintf(state.out, "{\\b\\fs%d", twips(state.fontsize));
370 state.fontsize = state.sp->font_size;
418 sfprintf(state.out, "\\fs%d\n", twips(state.fontsize));
1535 state.fontsize
[all...]
/ast/src/cmd/ksh93/tests/
H A Dcomvar.sh123 type=fontsize var=viewfontsize val=14 label="Window Font Size"

Completed in 265 milliseconds