Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Macros
SkPaintDefaults.h File Reference
#include "include/core/SkFontTypes.h"

Go to the source code of this file.

Macros

#define SkPaintDefaults_TextSize   SkIntToScalar(12)
 
#define SkPaintDefaults_Hinting   SkFontHinting::kNormal
 
#define SkPaintDefaults_MiterLimit   SkIntToScalar(4)
 

Macro Definition Documentation

◆ SkPaintDefaults_Hinting

#define SkPaintDefaults_Hinting   SkFontHinting::kNormal

Definition at line 24 of file SkPaintDefaults.h.

◆ SkPaintDefaults_MiterLimit

#define SkPaintDefaults_MiterLimit   SkIntToScalar(4)

Definition at line 28 of file SkPaintDefaults.h.

◆ SkPaintDefaults_TextSize

#define SkPaintDefaults_TextSize   SkIntToScalar(12)

Any of these can be specified by the build system (or SkUserConfig.h) to change the default values for a SkPaint. This file should not be edited directly.

Definition at line 20 of file SkPaintDefaults.h.