4 references to styleHdr
System.Drawing (4)
commonui\System\Drawing\FontConverter.cs (4)
115
int styleIndex = text.IndexOf(
styleHdr
);
121
if (!styleStr.StartsWith(
styleHdr
)){
151
styleStr = styleStr.Substring(eqIndex + 1, styleStr.Length -
styleHdr
.Length);
242
args[nArg++] =
styleHdr
+ font.Style.ToString("G");