Enhanced API for getting at symbology

253
1
05-05-2010 09:07 AM
Status: Open
BillSmith
New Contributor III

It would be great if ArcObjects was enhanced to give more access to the symbology that is drawn in the canvas.  One in particular I would like to see is the ability to get the location of the character font file being used and the index to which character is being drawn for Point features.

1 Comment
KirkKuykendall
 I think a combination of:
  • ICharactermarkerSymbol
  • Environment.SpecialFolder.Fonts
  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts

can accomplish this.