Home
last modified time | relevance | path

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

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dw32font.c1971 w32_decode_weight (int fnweight) in w32_decode_weight() argument
1973 if (fnweight >= FW_HEAVY) return 210; in w32_decode_weight()
1974 if (fnweight >= FW_EXTRABOLD) return 205; in w32_decode_weight()
1975 if (fnweight >= FW_BOLD) return 200; in w32_decode_weight()
1976 if (fnweight >= FW_SEMIBOLD) return 180; in w32_decode_weight()
1977 if (fnweight >= FW_MEDIUM) return 100; in w32_decode_weight()
1978 if (fnweight >= FW_NORMAL) return 80; in w32_decode_weight()
1979 if (fnweight >= FW_LIGHT) return 50; in w32_decode_weight()
1980 if (fnweight >= FW_EXTRALIGHT) return 40; in w32_decode_weight()
1981 if (fnweight >= FW_THIN) return 20; in w32_decode_weight()
/dports/editors/emacs/emacs-27.2/src/
H A Dw32font.c1971 w32_decode_weight (int fnweight) in w32_decode_weight() argument
1973 if (fnweight >= FW_HEAVY) return 210; in w32_decode_weight()
1974 if (fnweight >= FW_EXTRABOLD) return 205; in w32_decode_weight()
1975 if (fnweight >= FW_BOLD) return 200; in w32_decode_weight()
1976 if (fnweight >= FW_SEMIBOLD) return 180; in w32_decode_weight()
1977 if (fnweight >= FW_NORMAL) return 100; in w32_decode_weight()
1978 if (fnweight >= FW_LIGHT) return 50; in w32_decode_weight()
1979 if (fnweight >= FW_EXTRALIGHT) return 40; in w32_decode_weight()
1980 if (fnweight > FW_THIN) return 20; in w32_decode_weight()