isCustomFont property

  1. @TagNumber(13)
bool get isCustomFont

not overridable

Implementation

@$pb.TagNumber(13)
$core.bool get isCustomFont => $_getBF(12);
  1. @TagNumber(13)
set isCustomFont (bool value)

Implementation

@$pb.TagNumber(13)
set isCustomFont($core.bool value) => $_setBool(12, value);