1 write to _glyphStringBuider
PresentationCore (1)
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (1)
71
_glyphStringBuider
= new StringBuilder(10);
14 references to _glyphStringBuider
PresentationCore (14)
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (14)
79
*
_glyphStringBuider
.Capacity
174
Debug.Assert(
_glyphStringBuider
.Length == 0);
184
_glyphStringBuider
.Append(fontIndex.ToString(CultureInfo.InvariantCulture));
187
_glyphStringBuider
.Append(GlyphSubEntrySeparator);
194
_glyphStringBuider
.Append(normalizedAdvance.ToString(CultureInfo.InvariantCulture));
197
_glyphStringBuider
.Append(GlyphSubEntrySeparator);
206
_glyphStringBuider
.Append(offset.ToString(CultureInfo.InvariantCulture));
208
_glyphStringBuider
.Append(GlyphSubEntrySeparator);
213
_glyphStringBuider
.Append(offset.ToString(CultureInfo.InvariantCulture));
215
_glyphStringBuider
.Append(GlyphSubEntrySeparator);
220
RemoveTrailingCharacters(
_glyphStringBuider
, GlyphSubEntrySeparator);
221
_glyphStringBuider
.Append(GlyphSeparator);
222
_indicesStringBuider.Append(
_glyphStringBuider
.ToString());
225
_glyphStringBuider
.Length = 0;