Add bigfont to BigFontDictionary.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Shared Function AddToBigFontDictionary( _ ByVal name As String, _ ByVal codePage As Integer _ ) As Boolean |
C#
|
public static bool AddToBigFontDictionary( string name, int codePage ) |
Parameters
-
name
-
Type: string
bigfont name
-
codePage
-
Type: int
codepage
Return Value
true, if succesfully added
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also