Home
last modified time | relevance | path

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

/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Dfont.h40 MFONT_SIZE, enumerator
43 MFONT_PROPERTY_MAX = MFONT_SIZE
H A Dfont.c352 { MFONT_SIZE,
366 static int font_score_shift_bits[MFONT_SIZE + 1];
911 if (prop == MFONT_SIZE) in font_score()
936 score |= (val << font_score_shift_bits[MFONT_SIZE]); in font_score()
1143 if (font_score_priority[i] == MFONT_SIZE) in mfont__init()
2610 if (prop == MFONT_SIZE) in mfont_selection_priority()
2667 prop = MFONT_SIZE; in mfont_set_selection_priority()
2698 if (font_score_priority[i] == MFONT_SIZE) in mfont_set_selection_priority()
H A Dface.c685 spec.size = (int) merged_face.property[MFONT_SIZE]; in mface__realize()
H A DChangeLog3176 (enum MFontProperty): Move MFONT_SIZE to the tail.