fontencodingpool.h.svn-base

来自「okular」· SVN-BASE 代码 · 共 30 行

SVN-BASE
30
字号
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; c-brace-offset: 0; -*-// fontEncodingPool.h//// Part of KDVI - A DVI previewer for the KDE desktop environment//// (C) 2003 Stefan Kebekus// Distributed under the GPL#ifndef _FONTENCODINGPOOL_H#define _FONTENCODINGPOOL_H#include "fontEncoding.h"#include <Q3Dict>class QString;class fontEncodingPool { public:  fontEncodingPool();  fontEncoding *findByName(const QString &name); private:  Q3Dict<fontEncoding> dictionary;};#endif

⌨️ 快捷键说明

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