-
-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Description
How do I get the BoundingBox dimensions for a TextEntity?
public override BoundingBox GetBoundingBox()
{
return new BoundingBox(this.InsertPoint);
}
Is what the TextEntity.GetBoundingBox looks like currently. Is retrieving the boundingBox when the TextEntity has a value not a possible due to font metrics?
Metadata
Metadata
Assignees
Labels
No labels