// Segoe UI Semibold
SegoeInfo.size = 14;
SegoeInfo.weight = 700;
SegoeInfo.quality = 6;
FontInit2(&SegoeInfo, segoeUISemibold, 0);
SegoeInfo2.size = 18;
SegoeInfo2.weight = 400;
SegoeInfo2.quality = 6;
FontInit2(&SegoeInfo2, segoeUISemibold, 0);
// Arial Rounded MT Bold
ArialRoundedInfo.size = 12;
ArialRoundedInfo.weight = 400;
ArialRoundedInfo.quality = 6;
FontInit2(&ArialRoundedInfo, arialRounded, 0);
// Consolas
ConsolasInfo.size = 14;
ConsolasInfo.weight = 400;
ConsolasInfo.quality = 6;