~ubuntu-branches/ubuntu/vivid/doxia/vivid-proposed

« back to all changes in this revision

Viewing changes to doxia-modules/doxia-module-rtf/src/main/java/org/apache/maven/doxia/module/rtf/SansSerifBold.java

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-10-08 14:20:22 UTC
  • mfrom: (2.3.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091008142022-f6ccxganfr2tbaig
Tags: 1.1-3build1
Upload to karmic, avoiding new version from unstable. LP: #443292.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 * under the License.
20
20
 */
21
21
 
 
22
/**
 
23
 * @version $Id: SansSerifBold.java 638290 2008-03-18 09:45:22Z bentmann $
 
24
 */
22
25
class SansSerifBold
23
26
    extends FontMetrics
24
27
{
25
 
 
26
 
    public static final CharMetrics[] metrics = {new CharMetrics( 278, 0, 0, 0, 0, 0 ),
 
28
    static final CharMetrics[] metrics = {new CharMetrics( 278, 0, 0, 0, 0, 0 ),
27
29
        new CharMetrics( 278, 0, 0, 0, 0, 0 ), new CharMetrics( 278, 0, 0, 0, 0, 0 ),
28
30
        new CharMetrics( 278, 0, 0, 0, 0, 0 ), new CharMetrics( 278, 0, 0, 0, 0, 0 ),
29
31
        new CharMetrics( 278, 0, 0, 0, 0, 0 ), new CharMetrics( 278, 0, 0, 0, 0, 0 ),
153
155
        new CharMetrics( 556, 0, 10, -214, 539, 750 ), new CharMetrics( 611, 0, 62, -208, 578, 718 ),
154
156
        new CharMetrics( 556, 0, 10, -214, 539, 729 )};
155
157
 
156
 
    public SansSerifBold()
 
158
    SansSerifBold()
157
159
    {
158
160
        super( false, 718, -207, new CharMetrics( 0, 0, -170, -228, 1003, 962 ), metrics );
159
161
    }
160
 
 
161
162
}