dstring.cpp

来自「gui关键的几个类的代码」· C++ 代码 · 共 24 行

CPP
24
字号
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
// dfonts.cpp - DString class and font definitions.
//
// Copyright (c) 1999-2001 Coretek, Inc. 
//              All Rights Reserved.
//
// Unauthorized redistribution of this source code, in whole or part,
// without the express written permission of Coretek, Inc.
// is strictly prohibited.
//
// Notes:
//
//  DString is a simple intermediate class that provides some common
//  functionality for all DGUI things that have the capability of displaying
//    text. These include DButton, DTitleBar, DEdit, DEdit, DText, etc.
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/

#include "dgui.h"
#include "string.h"

/*--------------------------------------------------------------------------*/
/** 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?