InPlaceTextEditor.SetFont Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the font for this editor.
public:
void SetFont(System::String ^ familyName, float emSize, System::Drawing::FontStyle style, System::Drawing::GraphicsUnit unit, Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ view);
public void SetFont (string familyName, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView view);
member this.SetFont : string * single * System.Drawing.FontStyle * System.Drawing.GraphicsUnit * Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> unit
Public Sub SetFont (familyName As String, emSize As Single, style As FontStyle, unit As GraphicsUnit, view As DiagramClientView)
Parameters
- familyName
- String
- emSize
- Single
- style
- FontStyle
- unit
- GraphicsUnit
- view
- DiagramClientView