Home
last modified time | relevance | path

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

/dports/audio/komposter/komposter-f75eeb7/
H A Dfont.c16 #define FONT_STYLES 8 macro
22 char fontfile[FONT_STYLES][255]={
32 int fontsize[FONT_STYLES]={
46 FT_Face font[FONT_STYLES];
49 int font_advance[FONT_STYLES][255];
50 int font_xoffset[FONT_STYLES][255];
51 int font_yoffset[FONT_STYLES][255];
52 int font_width[FONT_STYLES][255];
53 int font_height[FONT_STYLES][255];
82 for(i=0;i<FONT_STYLES;i++) { in font_init()
[all …]
/dports/x11/mlterm/mlterm-3.9.1/vtemu/
H A Dvt_font.h11 #define FONT_STYLES (FONT_BOLD | FONT_ITALIC) macro
12 #define FONT_STYLE_INDEX(font) ((((font) & FONT_STYLES) >> 10) - 1)
/dports/games/frogatto/frogatto-1.3.1/
H A DRakefile12 FONT_STYLES = {
125 *FONT_STYLES.keys.map do |style|
165 FONT_STYLES.each_pair do |style, command|
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/
H A Dui_font_config.c984 if (cand_font & FONT_STYLES) { in ui_get_config_font_name()
985 cand_font &= ~FONT_STYLES; in ui_get_config_font_name()