Browse Source

Revert "Initial font size issue."

This reverts commit 424202798b.
master
Roberto E. Vargas Caballero 7 years ago
parent
commit
e44832408b
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      st.c

+ 0
- 3
st.c View File

@ -3488,9 +3488,6 @@ xloadfonts(char *fontstr, double fontsize)
if (usedfontsize < 0) {
FcPatternGetDouble(dc.font.match->pattern,
FC_PIXEL_SIZE, 0, &fontval);
FcPatternAddDouble(pattern, FC_PIXEL_SIZE, fontval);
if (xloadfont(&dc.font, pattern))
die("st: can't open font %s\n", fontstr);
usedfontsize = fontval;
if (fontsize == 0)
defaultfontsize = fontval;


Loading…
Cancel
Save