Jump to content
Software FX Community

Re: How to Assign a Font to a Constant Line ???


Software FX

Recommended Posts

You can use the FixedFont property for this. For example: 

CommonDialog1.Flags = cdlCFBoth

CommonDialog1.ShowFont

ChartFX1.FixedFont.Name = CommonDialog1.FontName

ChartFX1.FixedFont.Size = CommonDialog1.FontSize

ChartFX1.FixedFont.Bold = CommonDialog1.FontBold

....

--

Frank

SFX

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...