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

/ast/src/cmd/html/
H A Dhtml2rtf.c64 #define font_size data[0].number macro
332 state.sp->font_size = state.fontsize;
346 state.fontsize = state.sp->font_size;
358 state.sp->font_size = state.fontsize;
370 state.fontsize = state.sp->font_size;
/forgerock/openam-v13/openam-server-only/src/main/webapp/js/Bluff-0.3.6.2/
H A Dbluff-src.js1091 _calculate_caps_height: function(font_size) {
1092 return this._d.caps_height(font_size);
1099 _calculate_width: function(font_size, text) {
1100 return this._d.text_width(font_size, text);
2441 caps_height: function(font_size) {
2442 var X = this._sized_text(font_size, 'X'),
2448 text_width: function(font_size, text) {
2449 var element = this._sized_text(font_size, text);
/forgerock/openam/openam-server-only/src/main/webapp/js/Bluff-0.3.6.2/
H A Dbluff-src.js1091 _calculate_caps_height: function(font_size) {
1092 return this._d.caps_height(font_size);
1099 _calculate_width: function(font_size, text) {
1100 return this._d.text_width(font_size, text);
2441 caps_height: function(font_size) {
2442 var X = this._sized_text(font_size, 'X'),
2448 text_width: function(font_size, text) {
2449 var element = this._sized_text(font_size, text);

Completed in 67 milliseconds