User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_config.writefontstyle_string_tgis_fontstyles_tgis_fontstyles

Table of Contents

TGIS_Config.WriteFontStyle method

DK for .NET | TatukGIS.NDK.TGIS_Config.WriteFontStyle | Constructors | Fields | Methods | Properties

Writes a font style set to the active section.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public void WriteFontStyle(
  string _name,
  TGIS_FontStyle _value,
  TGIS_FontStyle _default
);
' VisualBasic
Public Sub WriteFontStyle(
  ByVal _name As String,
  ByVal _value As TGIS_FontStyle,
  ByVal _default As TGIS_FontStyle
)
// Oxygene
public
  procedure WriteFontStyle(
    _name : String;
    _value : TGIS_FontStyles;
    _default : TGIS_FontStyles
  );

Parameters

Name Type Description
_name string
String
Parameter name.
_value TGIS_FontStyle
TGIS_FontStyles
Value to write.
_default TGIS_FontStyle
TGIS_FontStyles
Default value used to decide whether the parameter should be omitted.
2026/07/11 00:53

Page Tools