Home
last modified time | relevance | path

Searched defs:pieceFont (Results 1 – 1 of 1) sorted by relevance

/plugin/pgn4web/pgn4web/
H A Dpuzzler.php128 if ($pieceFont == "a") { $pieceFont = "alpha"; } variable
129 if ($pieceFont == "m") { $pieceFont = "merida"; } variable
130 if ($pieceFont == "u") { $pieceFont = "uscf"; } variable
134 case 1: $pieceFont = "alpha"; break; variable
135 case 2: $pieceFont = "merida"; break; variable
136 default: $pieceFont = "uscf"; break; variable
143 case 1: $pieceFont = "alpha"; break; variable
144 case 2: $pieceFont = "merida"; break; variable
145 default: $pieceFont = "uscf"; break; variable
149 if ($pieceSize < 28) { $pieceFont = "uscf"; } variable
[all …]