| Author | DaveJarvis <email> |
|---|---|
| Date | 2021-11-06 16:05:40 GMT-0700 |
| Commit | dfdfe10353b618abdecf3e0029a27756a0fc2961 |
| Parent | 8a29bc6 |
| Delta | 2 lines added, 5 lines removed, 3-line decrease |
| package com.keenwrite.util; | ||
| -import com.keenwrite.preview.HtmlPreview; | ||
| - | ||
| import java.awt.*; | ||
| import java.awt.font.TextAttribute; | ||
| /** | ||
| - * Responsible for loading fonts into the application's | ||
| - * {@link GraphicsEnvironment} so that the {@link HtmlPreview} can display | ||
| - * the text using a non-system font. | ||
| + * Loads fonts into the application's {@link GraphicsEnvironment} so that | ||
| + * preview can display text using non-system fonts. | ||
| */ | ||
| public final class FontLoader { | ||