ThinkGeo.com    |     Documentation    |     Premium Support

Font size of individual labels

Hi,


I've implemented a custom TextStyle that tries to fit labels at a requested font size inside the outer ring of a polygon feature.  If it is not possible at the requested font size, I reduce it and repeat the process until a minimum font size is reached.  But it appears that I can't set the font size for each individual label.


I assume I can do this is I completely override DrawCore, but was hoping for a while to do this and not toss all the drawing logic already contained in TextStyle?


Thanks


Brian



I was able to add my own drawing logic so that the font size could be different per label by overriding DrawCore in the TextStyle.  I don't think I lost any built in behavior that I need for my use, but would still like to not lose all the base logic.  Maybe it would be possible specificy the font size on the LabelCandidate or LabelInformation object?


Thanks



 Brian,


There is a sample wiki.thinkgeo.com/wiki/Map_S...On_Columns


It shows how to get font from column value, I think you can also know how to set font from it as well.


Thanks,


James



Thanks for the example James, I'll check it out!



Brian, 
  
 Thanks for your quick response, let me know if you have questions. 
  
 James