Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cfx_face.cpp File Reference

(490efdc46dc4a31f9c6a2a24a8f2e7e7170d9fe2)

#include "core/fxge/cfx_face.h"
#include <algorithm>
#include <limits>
#include <memory>
#include <utility>
#include <vector>
#include "core/fxge/cfx_font.h"
#include "core/fxge/cfx_fontmgr.h"
#include "core/fxge/cfx_gemodule.h"
#include "core/fxge/cfx_glyphbitmap.h"
#include "core/fxge/cfx_path.h"
#include "core/fxge/cfx_substfont.h"
#include "core/fxge/dib/cfx_dibitmap.h"
#include "core/fxge/dib/fx_dib.h"
#include "core/fxge/fx_fontencoding.h"
#include "core/fxge/scoped_font_transform.h"
#include "third_party/base/check.h"
#include "third_party/base/check_op.h"
#include "third_party/base/notreached.h"
#include "third_party/base/numerics/safe_conversions.h"
#include "third_party/base/numerics/safe_math.h"
+ Include dependency graph for cfx_face.cpp:

Go to the source code of this file.

Macros

#define EM_ADJUST(em, a)
 

Macro Definition Documentation

◆ EM_ADJUST

#define EM_ADJUST ( em,
a )
Value:
(em == 0 ? (a) : (a) * 1000 / em)
GLboolean GLboolean GLboolean GLboolean a
[7]

Definition at line 29 of file cfx_face.cpp.