1 instantiation of TrueTypeFontModeOption
ReachFramework (1)
PrintConfig\PageTrueTypeFont.cs (1)
151
TrueTypeFontModeOption option = new
TrueTypeFontModeOption
(baseFeature);
7 references to TrueTypeFontModeOption
ReachFramework (7)
PrintConfig\PageTrueTypeFont.cs (6)
90
public Collection<
TrueTypeFontModeOption
> TrueTypeFontModes
106
_trueTypeFontModes = new Collection<
TrueTypeFontModeOption
>()
116
TrueTypeFontModeOption
option = baseOption as
TrueTypeFontModeOption
;
151
TrueTypeFontModeOption
option = new TrueTypeFontModeOption(baseFeature);
201
internal Collection<
TrueTypeFontModeOption
> _trueTypeFontModes;
PrintConfig\PrtCap_Public_Simple.cs (1)
954
foreach (
TrueTypeFontModeOption
option in _printCap.PageTrueTypeFontModeCapability.TrueTypeFontModes)