1 instantiation of TrueTypeFontModeOption
ReachFramework (1)
PrintConfig\PageTrueTypeFont.cs (1)
152
TrueTypeFontModeOption option = new
TrueTypeFontModeOption
(baseFeature);
7 references to TrueTypeFontModeOption
ReachFramework (7)
PrintConfig\PageTrueTypeFont.cs (6)
91
public Collection<
TrueTypeFontModeOption
> TrueTypeFontModes
107
_trueTypeFontModes = new Collection<
TrueTypeFontModeOption
>()
117
TrueTypeFontModeOption
option = baseOption as
TrueTypeFontModeOption
;
152
TrueTypeFontModeOption
option = new TrueTypeFontModeOption(baseFeature);
202
internal Collection<
TrueTypeFontModeOption
> _trueTypeFontModes;
PrintConfig\PrtCap_Public_Simple.cs (1)
955
foreach (
TrueTypeFontModeOption
option in _printCap.PageTrueTypeFontModeCapability.TrueTypeFontModes)