📄 dstring.cpp
字号:
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -