Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 128270
Collapse All | Expand All

(-)schema/themes.exsd (-2 / +4 lines)
Lines 332-341 Link Here
332
               </documentation>
332
               </documentation>
333
            </annotation>
333
            </annotation>
334
         </attribute>
334
         </attribute>
335
         <attribute name="value" type="string" use="required">
335
         <attribute name="value" type="string">
336
            <annotation>
336
            <annotation>
337
               <documentation>
337
               <documentation>
338
                  &lt;p&gt;the overriding value of this font.  This is in the form: &lt;code&gt;fontname-style-height&lt;/code&gt; where &lt;code&gt;fontname&lt;/code&gt; is the name of a font, &lt;code&gt;style&lt;/code&gt; is a font style (one of &lt;code&gt;&quot;regular&quot;&lt;/code&gt;, &lt;code&gt;&quot;bold&quot;&lt;/code&gt;, &lt;code&gt;&quot;italic&quot;&lt;/code&gt;, or &lt;code&gt;&quot;bold italic&quot;&lt;/code&gt;) and &lt;code&gt;height&lt;/code&gt; is an integer representing the font height.&lt;/p&gt;
338
                  &lt;p&gt;the overriding value of this font.  This is in the form: &lt;code&gt;fontname-style-height&lt;/code&gt; where &lt;code&gt;fontname&lt;/code&gt; is the name of a font, &lt;code&gt;style&lt;/code&gt; is a font style (one of &lt;code&gt;&quot;regular&quot;&lt;/code&gt;, &lt;code&gt;&quot;bold&quot;&lt;/code&gt;, &lt;code&gt;&quot;italic&quot;&lt;/code&gt;, or &lt;code&gt;&quot;bold italic&quot;&lt;/code&gt;) and &lt;code&gt;height&lt;/code&gt; is an integer representing the font height.&lt;/p&gt;
339
340
&lt;p&gt;If the value is not set then the default font will be used&lt;/p&gt;
339
&lt;p&gt;Example: &lt;code&gt;Times New Roman-bold-36&lt;/code&gt;.&lt;/p&gt;
341
&lt;p&gt;Example: &lt;code&gt;Times New Roman-bold-36&lt;/code&gt;.&lt;/p&gt;
340
&lt;p&gt;&lt;code&gt;value&lt;/code&gt; must be defined for a font override.
342
&lt;p&gt;&lt;code&gt;value&lt;/code&gt; must be defined for a font override.
341
Unlike a &lt;code&gt;fontDefinition&lt;/code&gt;, you may not supply a &lt;code&gt;defaultsTo&lt;/code&gt; for a &lt;code&gt;fontOverride&lt;/code&gt;.&lt;/p&gt;
343
Unlike a &lt;code&gt;fontDefinition&lt;/code&gt;, you may not supply a &lt;code&gt;defaultsTo&lt;/code&gt; for a &lt;code&gt;fontOverride&lt;/code&gt;.&lt;/p&gt;
Lines 579-585 Link Here
579
         3.0
581
         3.0
580
      </documentation>
582
      </documentation>
581
   </annotation>
583
   </annotation>
582
   
584
583
   <annotation>
585
   <annotation>
584
      <appInfo>
586
      <appInfo>
585
         <meta.section type="examples"/>
587
         <meta.section type="examples"/>

Return to bug 128270