Home
last modified time | relevance | path

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

/dports/multimedia/pitivi/pitivi-0.999/pitivi/timeline/
H A Druler.py81 NORMAL_FONT_SIZE = 13 variable
261 context.set_font_size(NORMAL_FONT_SIZE)
359 context.set_font_size(NORMAL_FONT_SIZE)
/dports/games/legend-of-edgar/edgar-1.34/src/system/
H A Dresources.c97 game.font = loadFont("font/DroidSansFallback.ttf", NORMAL_FONT_SIZE); in loadRequiredResources()
104 game.font = loadFont("font/DejaVuSans.ttf", NORMAL_FONT_SIZE); in loadRequiredResources()
/dports/games/legend-of-edgar/edgar-1.34/src/
H A Ddefs.h207 #define NORMAL_FONT_SIZE 14 macro
H A Dgame.c734 …fprintf(fp, "SMALL_FONT_SIZE %d\n", game.fontSizeSmall == 0 ? NORMAL_FONT_SIZE : game.fontSizeSmal… in writeGameSettingsToFile()