Click or drag to resize

FontTableFindOrCreate Method (String, Boolean, Boolean, DimensionStyle)

Get a DimensionStyle with the specified characteristics

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public int FindOrCreate(
	string face,
	bool bold,
	bool italic,
	DimensionStyle template_style
)

Parameters

face
Type: SystemString

[Missing <param name="face"/> documentation for "M:Rhino.DocObjects.Tables.FontTable.FindOrCreate(System.String,System.Boolean,System.Boolean,Rhino.DocObjects.DimensionStyle)"]

bold
Type: SystemBoolean

[Missing <param name="bold"/> documentation for "M:Rhino.DocObjects.Tables.FontTable.FindOrCreate(System.String,System.Boolean,System.Boolean,Rhino.DocObjects.DimensionStyle)"]

italic
Type: SystemBoolean

[Missing <param name="italic"/> documentation for "M:Rhino.DocObjects.Tables.FontTable.FindOrCreate(System.String,System.Boolean,System.Boolean,Rhino.DocObjects.DimensionStyle)"]

template_style
Type: Rhino.DocObjectsDimensionStyle
the settings other than face, bold and italic are copied from the template_style

Return Value

Type: Int32

[Missing <returns> documentation for "M:Rhino.DocObjects.Tables.FontTable.FindOrCreate(System.String,System.Boolean,System.Boolean,Rhino.DocObjects.DimensionStyle)"]

See Also