Searched refs:TrueTypePostfix (Results 1 – 1 of 1) sorted by relevance
2113 static const UNICODE_STRING TrueTypePostfix = RTL_CONSTANT_STRING(L" (TrueType)"); in IntGdiAddFontResourceEx() local2214 Length = LoadFont.RegValueName.Length + TrueTypePostfix.Length + sizeof(UNICODE_NULL); in IntGdiAddFontResourceEx()2221 RtlAppendUnicodeStringToString(&NewString, &TrueTypePostfix); in IntGdiAddFontResourceEx()