MCPcopy Create free account
hub / github.com/MyGUI/mygui / MSDFGeneratorConfig

Class MSDFGeneratorConfig

MyGUIEngine/src/msdfgen/core/generator-config.h:58–64  ·  view source on GitHub ↗

The configuration of the multi-channel distance field generator algorithm.

Source from the content-addressed store, hash-verified

56
57/// The configuration of the multi-channel distance field generator algorithm.
58struct MSDFGeneratorConfig : GeneratorConfig {
59 /// Configuration of the error correction pass.
60 ErrorCorrectionConfig errorCorrection;
61
62 inline MSDFGeneratorConfig() { }
63 inline explicit MSDFGeneratorConfig(bool overlapSupport, const ErrorCorrectionConfig &errorCorrection = ErrorCorrectionConfig()) : GeneratorConfig(overlapSupport), errorCorrection(errorCorrection) { }
64};
65
66}

Callers 6

msdfgen.hFile · 0.85
generateMSDFFunction · 0.85
generateMTSDFFunction · 0.85
generateMSDF_legacyFunction · 0.85
generateMTSDF_legacyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected