# Set Leaderboard Item Font Size

Grammar — Set board|Leaderboard item font size at column column and row row to size
FlagsNative | Action

Sets the font size of text in a location on a leaderboard.

# Arguments

  • int [ preset::Board ] — Board
  • int — Column
  • int — Row
  • int — Size

Returns — void

native void BoardItemSetFontSize(
	int inBoard,
	int inCol,
	int inRow,
	int inSize,
);

Category: Leaderboard / Leaderboard Items

# Examples

# campaigns/liberty.sc2campaign

MapScript.galaxy

// L1064
BoardItemSetFontSize(BoardLastCreated(), 1, 1, 16)
// L1065
BoardItemSetFontSize(BoardLastCreated(), 2, 1, 16)
// L1066
BoardItemSetFontSize(BoardLastCreated(), 1, 2, 16)
// L1067
BoardItemSetFontSize(BoardLastCreated(), 2, 2, 16)
// L1119
BoardItemSetFontSize(BoardLastCreated(), 1, 1, 16)
// L1120
BoardItemSetFontSize(BoardLastCreated(), 2, 1, 16)
// L1121
BoardItemSetFontSize(BoardLastCreated(), 1, 2, 16)
// L1122
BoardItemSetFontSize(BoardLastCreated(), 2, 2, 16)
// L1362
BoardItemSetFontSize(gv_merc_Contract_Price_Board, 1, 1, 18)
// L1368
BoardItemSetFontSize(gv_merc_Contract_Price_Board, 1, 3, 18)
// L1201
BoardItemSetFontSize(gv_artifactBoard, 1, 1, 18)
// L1362
BoardItemSetFontSize(gv_merc_Contract_Price_Board, 1, 1, 18)
// L1368
BoardItemSetFontSize(gv_merc_Contract_Price_Board, 1, 3, 18)
// L1201
BoardItemSetFontSize(gv_artifactBoard, 1, 1, 18)
// L1064
BoardItemSetFontSize(BoardLastCreated(), 1, 1, 16)
// L1065
BoardItemSetFontSize(BoardLastCreated(), 2, 1, 16)
// L1066
BoardItemSetFontSize(BoardLastCreated(), 1, 2, 16)
// L1067
BoardItemSetFontSize(BoardLastCreated(), 2, 2, 16)
// L1119
BoardItemSetFontSize(BoardLastCreated(), 1, 1, 16)
// L1120
BoardItemSetFontSize(BoardLastCreated(), 2, 1, 16)
// L1121
BoardItemSetFontSize(BoardLastCreated(), 1, 2, 16)
// L1122
BoardItemSetFontSize(BoardLastCreated(), 2, 2, 16)
// L2541
BoardItemSetFontSize(BoardLastCreated(), 1, c_boardRowHeader, 16)
// L2542
BoardItemSetFontSize(BoardLastCreated(), 1, 1, 16)
// L2541
BoardItemSetFontSize(BoardLastCreated(), 1, c_boardRowHeader, 16)
// L2542
BoardItemSetFontSize(BoardLastCreated(), 1, 1, 16)