mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-26 01:57:30 +08:00
21 lines
403 B
Plaintext
Executable File
21 lines
403 B
Plaintext
Executable File
-- File: PreDefinedTextFont.cdl
|
|
-- Created: Fri Dec 1 11:11:25 1995
|
|
-- Author: EXPRESS->CDL V0.2 Translator
|
|
-- Copyright: Matra-Datavision 1993
|
|
|
|
|
|
class PreDefinedTextFont from StepVisual
|
|
|
|
inherits PreDefinedItem from StepVisual
|
|
|
|
uses
|
|
|
|
HAsciiString from TCollection
|
|
is
|
|
|
|
Create returns mutable PreDefinedTextFont;
|
|
---Purpose: Returns a PreDefinedTextFont
|
|
|
|
|
|
end PreDefinedTextFont;
|