Menu

#2 TextRecord always have xOffset and yOffset values.

v1.0 (example)
open
nobody
5
2008-03-25
2008-03-25
李波
No

File: TextRecord.cs

Line:
308-313: here initial xOffset and yOffset values
protected void Init()
{
glyphEntries = new GlyphEntryCollection();
xOffset = short.MinValue;
yOffset = short.MinValue;
}

419: xOffset = 0;

587-590:
private bool HasXOffset()
{
return this.xOffset != short.MinValue;
}

598-601:
private bool HasYOffset()
{
return this.yOffset != short.MinValue;
}
423: yOffset = 0;

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.